New upstream version 1.9.25+dfsg
authorTimo Röhling <roehling@debian.org>
Sat, 23 Oct 2021 19:33:03 +0000 (21:33 +0200)
committerTimo Röhling <roehling@debian.org>
Sat, 23 Oct 2021 19:33:03 +0000 (21:33 +0200)
commitd68bd56b6eb5e400963dbd476aa5d3eb347d5061
treeda6e9998d2abaf11e4a91652f374c92f29c818d9
New upstream version 1.9.25+dfsg
4583 files changed:
.github/ISSUE_TEMPLATE/bug_report.md [new file with mode: 0644]
.github/ISSUE_TEMPLATE/feature_request.md [new file with mode: 0644]
.github/workflows/android-continuous.yml [new file with mode: 0644]
.github/workflows/ios-continuous.yml [new file with mode: 0644]
.github/workflows/linux-continuous.yml [new file with mode: 0644]
.github/workflows/mac-continuous.yml [new file with mode: 0644]
.github/workflows/presubmit.yml [new file with mode: 0644]
.github/workflows/release.yml [new file with mode: 0644]
.github/workflows/web-continuous.yml [new file with mode: 0644]
.github/workflows/windows-continuous.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
BRANCHING.md [new file with mode: 0644]
BUILDING.md [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CODE_STYLE.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
RELEASE_GUIDE.md [new file with mode: 0644]
RELEASE_NOTES.md [new file with mode: 0644]
art/diagrams/Lighting.graffle/data.plist [new file with mode: 0644]
art/diagrams/Lighting.graffle/image1.png [new file with mode: 0644]
art/diagrams/Lighting.graffle/image2.png [new file with mode: 0644]
art/diagrams/Lighting.graffle/image3.png [new file with mode: 0644]
art/diagrams/Lighting.graffle/image4.png [new file with mode: 0644]
art/diagrams/Lighting.graffle/image5.png [new file with mode: 0644]
art/diagrams/branching.drawio [new file with mode: 0644]
art/diagrams/branching.png [new file with mode: 0644]
art/diagrams/lispsm.graffle [new file with mode: 0644]
art/logo/Filament_Logo.afdesign [new file with mode: 0644]
art/logo/Filament_Logo.png [new file with mode: 0644]
art/logo/Filament_Logo.svg [new file with mode: 0644]
art/material_chart/Material Properties.afdesign [new file with mode: 0644]
build.sh [new file with mode: 0755]
build/.gitignore [new file with mode: 0644]
build/README.md [new file with mode: 0644]
build/android/build.sh [new file with mode: 0755]
build/common/build-common.sh [new file with mode: 0755]
build/common/bump-version.sh [new file with mode: 0755]
build/common/ci-common.sh [new file with mode: 0755]
build/common/release.sh [new file with mode: 0755]
build/common/test_list.txt [new file with mode: 0644]
build/common/upload-assets.py [new file with mode: 0755]
build/img/android.png [new file with mode: 0644]
build/img/linux.png [new file with mode: 0644]
build/img/macos.png [new file with mode: 0644]
build/img/web.png [new file with mode: 0644]
build/img/windows.png [new file with mode: 0644]
build/ios/build-samples.sh [new file with mode: 0755]
build/ios/build.sh [new file with mode: 0755]
build/ios/ci-common.sh [new file with mode: 0755]
build/ios/create-universal-libs.sh [new file with mode: 0755]
build/launch-c.in [new file with mode: 0644]
build/launch-cxx.in [new file with mode: 0644]
build/licenses.inc.in [new file with mode: 0644]
build/linux/build.sh [new file with mode: 0755]
build/linux/ci-common.sh [new file with mode: 0755]
build/linux/combine-static-libs.sh [new file with mode: 0755]
build/mac/build.sh [new file with mode: 0755]
build/mac/ci-common.sh [new file with mode: 0755]
build/swiftshader/Dockerfile [new file with mode: 0644]
build/swiftshader/gallery.py [new file with mode: 0755]
build/swiftshader/patch_00.diff [new file with mode: 0644]
build/swiftshader/test.sh [new file with mode: 0755]
build/toolchain-aarch64-linux-android.cmake [new file with mode: 0644]
build/toolchain-arm7-linux-android.cmake [new file with mode: 0644]
build/toolchain-x86-linux-android.cmake [new file with mode: 0644]
build/toolchain-x86_64-linux-android.cmake [new file with mode: 0644]
build/web/build.sh [new file with mode: 0755]
build/web/ci-common.sh [new file with mode: 0755]
build/windows/build-github.bat [new file with mode: 0644]
build/windows/combine-static-libs.bat [new file with mode: 0644]
filament/CMakeLists.txt [new file with mode: 0644]
filament/README.md [new file with mode: 0644]
filament/backend/CMakeLists.txt [new file with mode: 0644]
filament/backend/include/backend/BufferDescriptor.h [new file with mode: 0644]
filament/backend/include/backend/DriverEnums.h [new file with mode: 0644]
filament/backend/include/backend/Handle.h [new file with mode: 0644]
filament/backend/include/backend/PipelineState.h [new file with mode: 0644]
filament/backend/include/backend/PixelBufferDescriptor.h [new file with mode: 0644]
filament/backend/include/backend/Platform.h [new file with mode: 0644]
filament/backend/include/backend/PresentCallable.h [new file with mode: 0644]
filament/backend/include/backend/TargetBufferInfo.h [new file with mode: 0644]
filament/backend/include/private/backend/AcquiredImage.h [new file with mode: 0644]
filament/backend/include/private/backend/BackendUtils.h [new file with mode: 0644]
filament/backend/include/private/backend/CircularBuffer.h [new file with mode: 0644]
filament/backend/include/private/backend/CommandBufferQueue.h [new file with mode: 0644]
filament/backend/include/private/backend/CommandStream.h [new file with mode: 0644]
filament/backend/include/private/backend/Driver.h [new file with mode: 0644]
filament/backend/include/private/backend/DriverAPI.inc [new file with mode: 0644]
filament/backend/include/private/backend/DriverApi.h [new file with mode: 0644]
filament/backend/include/private/backend/DriverApiForward.h [new file with mode: 0644]
filament/backend/include/private/backend/OpenGLPlatform.h [new file with mode: 0644]
filament/backend/include/private/backend/Program.h [new file with mode: 0644]
filament/backend/include/private/backend/SamplerGroup.h [new file with mode: 0644]
filament/backend/src/BackendUtils.cpp [new file with mode: 0644]
filament/backend/src/Callable.cpp [new file with mode: 0644]
filament/backend/src/CircularBuffer.cpp [new file with mode: 0644]
filament/backend/src/CommandBufferQueue.cpp [new file with mode: 0644]
filament/backend/src/CommandStream.cpp [new file with mode: 0644]
filament/backend/src/CommandStreamDispatcher.h [new file with mode: 0644]
filament/backend/src/DataReshaper.h [new file with mode: 0644]
filament/backend/src/Driver.cpp [new file with mode: 0644]
filament/backend/src/DriverBase.h [new file with mode: 0644]
filament/backend/src/Handle.cpp [new file with mode: 0644]
filament/backend/src/Platform.cpp [new file with mode: 0644]
filament/backend/src/Program.cpp [new file with mode: 0644]
filament/backend/src/SamplerGroup.cpp [new file with mode: 0644]
filament/backend/src/TextureReshaper.cpp [new file with mode: 0644]
filament/backend/src/TextureReshaper.h [new file with mode: 0644]
filament/backend/src/android/ExternalStreamManagerAndroid.cpp [new file with mode: 0644]
filament/backend/src/android/ExternalStreamManagerAndroid.h [new file with mode: 0644]
filament/backend/src/android/ExternalTextureManagerAndroid.cpp [new file with mode: 0644]
filament/backend/src/android/ExternalTextureManagerAndroid.h [new file with mode: 0644]
filament/backend/src/android/VirtualMachineEnv.cpp [new file with mode: 0644]
filament/backend/src/android/VirtualMachineEnv.h [new file with mode: 0644]
filament/backend/src/metal/MetalBlitter.h [new file with mode: 0644]
filament/backend/src/metal/MetalBlitter.mm [new file with mode: 0644]
filament/backend/src/metal/MetalBuffer.h [new file with mode: 0644]
filament/backend/src/metal/MetalBuffer.mm [new file with mode: 0644]
filament/backend/src/metal/MetalBufferPool.h [new file with mode: 0644]
filament/backend/src/metal/MetalBufferPool.mm [new file with mode: 0644]
filament/backend/src/metal/MetalContext.h [new file with mode: 0644]
filament/backend/src/metal/MetalContext.mm [new file with mode: 0644]
filament/backend/src/metal/MetalDriver.h [new file with mode: 0644]
filament/backend/src/metal/MetalDriver.mm [new file with mode: 0644]
filament/backend/src/metal/MetalDriverFactory.h [new file with mode: 0644]
filament/backend/src/metal/MetalEnums.h [new file with mode: 0644]
filament/backend/src/metal/MetalExternalImage.h [new file with mode: 0644]
filament/backend/src/metal/MetalExternalImage.mm [new file with mode: 0644]
filament/backend/src/metal/MetalHandles.h [new file with mode: 0644]
filament/backend/src/metal/MetalHandles.mm [new file with mode: 0644]
filament/backend/src/metal/MetalResourceTracker.cpp [new file with mode: 0644]
filament/backend/src/metal/MetalResourceTracker.h [new file with mode: 0644]
filament/backend/src/metal/MetalState.h [new file with mode: 0644]
filament/backend/src/metal/MetalState.mm [new file with mode: 0644]
filament/backend/src/metal/MetalTimerQuery.h [new file with mode: 0644]
filament/backend/src/metal/MetalTimerQuery.mm [new file with mode: 0644]
filament/backend/src/metal/PlatformMetal.h [new file with mode: 0644]
filament/backend/src/metal/PlatformMetal.mm [new file with mode: 0644]
filament/backend/src/noop/NoopDriver.cpp [new file with mode: 0644]
filament/backend/src/noop/NoopDriver.h [new file with mode: 0644]
filament/backend/src/noop/PlatformNoop.cpp [new file with mode: 0644]
filament/backend/src/noop/PlatformNoop.h [new file with mode: 0644]
filament/backend/src/opengl/CocoaTouchExternalImage.h [new file with mode: 0644]
filament/backend/src/opengl/CocoaTouchExternalImage.mm [new file with mode: 0644]
filament/backend/src/opengl/GLUtils.cpp [new file with mode: 0644]
filament/backend/src/opengl/GLUtils.h [new file with mode: 0644]
filament/backend/src/opengl/NullGLES.h [new file with mode: 0644]
filament/backend/src/opengl/OpenGLBlitter.cpp [new file with mode: 0644]
filament/backend/src/opengl/OpenGLBlitter.h [new file with mode: 0644]
filament/backend/src/opengl/OpenGLContext.cpp [new file with mode: 0644]
filament/backend/src/opengl/OpenGLContext.h [new file with mode: 0644]
filament/backend/src/opengl/OpenGLDriver.cpp [new file with mode: 0644]
filament/backend/src/opengl/OpenGLDriver.h [new file with mode: 0644]
filament/backend/src/opengl/OpenGLDriverFactory.h [new file with mode: 0644]
filament/backend/src/opengl/OpenGLPlatform.cpp [new file with mode: 0644]
filament/backend/src/opengl/OpenGLProgram.cpp [new file with mode: 0644]
filament/backend/src/opengl/OpenGLProgram.h [new file with mode: 0644]
filament/backend/src/opengl/PlatformCocoaGL.h [new file with mode: 0644]
filament/backend/src/opengl/PlatformCocoaGL.mm [new file with mode: 0644]
filament/backend/src/opengl/PlatformCocoaTouchGL.h [new file with mode: 0644]
filament/backend/src/opengl/PlatformCocoaTouchGL.mm [new file with mode: 0644]
filament/backend/src/opengl/PlatformDummyGL.cpp [new file with mode: 0644]
filament/backend/src/opengl/PlatformDummyGL.h [new file with mode: 0644]
filament/backend/src/opengl/PlatformEGL.cpp [new file with mode: 0644]
filament/backend/src/opengl/PlatformEGL.h [new file with mode: 0644]
filament/backend/src/opengl/PlatformEGLAndroid.cpp [new file with mode: 0644]
filament/backend/src/opengl/PlatformEGLAndroid.h [new file with mode: 0644]
filament/backend/src/opengl/PlatformGLX.cpp [new file with mode: 0644]
filament/backend/src/opengl/PlatformGLX.h [new file with mode: 0644]
filament/backend/src/opengl/PlatformWGL.cpp [new file with mode: 0644]
filament/backend/src/opengl/PlatformWGL.h [new file with mode: 0644]
filament/backend/src/opengl/PlatformWebGL.cpp [new file with mode: 0644]
filament/backend/src/opengl/PlatformWebGL.h [new file with mode: 0644]
filament/backend/src/opengl/TimerQuery.cpp [new file with mode: 0644]
filament/backend/src/opengl/TimerQuery.h [new file with mode: 0644]
filament/backend/src/opengl/gl_headers.cpp [new file with mode: 0644]
filament/backend/src/opengl/gl_headers.h [new file with mode: 0644]
filament/backend/src/vulkan/BlitColor.fs [new file with mode: 0644]
filament/backend/src/vulkan/BlitColor.vs [new file with mode: 0644]
filament/backend/src/vulkan/PlatformVkAndroid.cpp [new file with mode: 0644]
filament/backend/src/vulkan/PlatformVkAndroid.h [new file with mode: 0644]
filament/backend/src/vulkan/PlatformVkCocoa.h [new file with mode: 0644]
filament/backend/src/vulkan/PlatformVkCocoa.mm [new file with mode: 0644]
filament/backend/src/vulkan/PlatformVkCocoaTouch.h [new file with mode: 0644]
filament/backend/src/vulkan/PlatformVkCocoaTouch.mm [new file with mode: 0644]
filament/backend/src/vulkan/PlatformVkLinux.cpp [new file with mode: 0644]
filament/backend/src/vulkan/PlatformVkLinux.h [new file with mode: 0644]
filament/backend/src/vulkan/PlatformVkWindows.cpp [new file with mode: 0644]
filament/backend/src/vulkan/PlatformVkWindows.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanBlitter.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanBlitter.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanBuffer.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanBuffer.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanCommands.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanCommands.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanConstants.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanContext.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanContext.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanDisposer.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanDisposer.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanDriver.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanDriver.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanDriverFactory.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanFboCache.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanFboCache.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanHandles.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanHandles.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanMemory.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanPipelineCache.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanPipelineCache.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanPlatform.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanPlatform.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanSamplerCache.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanSamplerCache.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanStagePool.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanStagePool.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanTexture.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanTexture.h [new file with mode: 0644]
filament/backend/src/vulkan/VulkanUtility.cpp [new file with mode: 0644]
filament/backend/src/vulkan/VulkanUtility.h [new file with mode: 0644]
filament/backend/test/Arguments.cpp [new file with mode: 0644]
filament/backend/test/BackendTest.cpp [new file with mode: 0644]
filament/backend/test/BackendTest.h [new file with mode: 0644]
filament/backend/test/PlatformRunner.h [new file with mode: 0644]
filament/backend/test/ShaderGenerator.cpp [new file with mode: 0644]
filament/backend/test/ShaderGenerator.h [new file with mode: 0644]
filament/backend/test/TrianglePrimitive.cpp [new file with mode: 0644]
filament/backend/test/TrianglePrimitive.h [new file with mode: 0644]
filament/backend/test/builtinResource.h [new file with mode: 0644]
filament/backend/test/mac_runner.mm [new file with mode: 0644]
filament/backend/test/test_Blit.cpp [new file with mode: 0644]
filament/backend/test/test_BufferUpdates.cpp [new file with mode: 0644]
filament/backend/test/test_FeedbackLoops.cpp [new file with mode: 0644]
filament/backend/test/test_MRT.cpp [new file with mode: 0644]
filament/backend/test/test_MissingRequiredAttributes.cpp [new file with mode: 0644]
filament/backend/test/test_ReadPixels.cpp [new file with mode: 0644]
filament/benchmark/CMakeLists.txt [new file with mode: 0644]
filament/benchmark/PerformanceCounters.h [new file with mode: 0644]
filament/benchmark/README.md [new file with mode: 0644]
filament/benchmark/benchmark_filament.cpp [new file with mode: 0644]
filament/docs/Debugging.md [new file with mode: 0644]
filament/docs/Versioning.md [new file with mode: 0644]
filament/docs/Vulkan.md.html [new file with mode: 0644]
filament/docs/doxygen/filament.doxygen [new file with mode: 0644]
filament/include/filament/Box.h [new file with mode: 0644]
filament/include/filament/BufferObject.h [new file with mode: 0644]
filament/include/filament/Camera.h [new file with mode: 0644]
filament/include/filament/Color.h [new file with mode: 0644]
filament/include/filament/ColorGrading.h [new file with mode: 0644]
filament/include/filament/DebugRegistry.h [new file with mode: 0644]
filament/include/filament/Engine.h [new file with mode: 0644]
filament/include/filament/Exposure.h [new file with mode: 0644]
filament/include/filament/Fence.h [new file with mode: 0644]
filament/include/filament/FilamentAPI.h [new file with mode: 0644]
filament/include/filament/Frustum.h [new file with mode: 0644]
filament/include/filament/IndexBuffer.h [new file with mode: 0644]
filament/include/filament/IndirectLight.h [new file with mode: 0644]
filament/include/filament/LightManager.h [new file with mode: 0644]
filament/include/filament/Material.h [new file with mode: 0644]
filament/include/filament/MaterialInstance.h [new file with mode: 0644]
filament/include/filament/RenderTarget.h [new file with mode: 0644]
filament/include/filament/RenderableManager.h [new file with mode: 0644]
filament/include/filament/Renderer.h [new file with mode: 0644]
filament/include/filament/Scene.h [new file with mode: 0644]
filament/include/filament/Skybox.h [new file with mode: 0644]
filament/include/filament/Stream.h [new file with mode: 0644]
filament/include/filament/SwapChain.h [new file with mode: 0644]
filament/include/filament/Texture.h [new file with mode: 0644]
filament/include/filament/TextureSampler.h [new file with mode: 0644]
filament/include/filament/TransformManager.h [new file with mode: 0644]
filament/include/filament/VertexBuffer.h [new file with mode: 0644]
filament/include/filament/View.h [new file with mode: 0644]
filament/include/filament/Viewport.h [new file with mode: 0644]
filament/src/Box.cpp [new file with mode: 0644]
filament/src/BufferObject.cpp [new file with mode: 0644]
filament/src/Camera.cpp [new file with mode: 0644]
filament/src/Color.cpp [new file with mode: 0644]
filament/src/ColorGrading.cpp [new file with mode: 0644]
filament/src/ColorSpace.h [new file with mode: 0644]
filament/src/Culler.cpp [new file with mode: 0644]
filament/src/DFG.cpp [new file with mode: 0644]
filament/src/DebugRegistry.cpp [new file with mode: 0644]
filament/src/Engine.cpp [new file with mode: 0644]
filament/src/Exposure.cpp [new file with mode: 0644]
filament/src/Fence.cpp [new file with mode: 0644]
filament/src/FilamentAPI-impl.h [new file with mode: 0644]
filament/src/FrameGraphRenderPass.cpp [new file with mode: 0644]
filament/src/FrameHistory.h [new file with mode: 0644]
filament/src/FrameInfo.cpp [new file with mode: 0644]
filament/src/FrameInfo.h [new file with mode: 0644]
filament/src/FrameSkipper.cpp [new file with mode: 0644]
filament/src/Froxelizer.cpp [new file with mode: 0644]
filament/src/Frustum.cpp [new file with mode: 0644]
filament/src/GPUBuffer.cpp [new file with mode: 0644]
filament/src/GPUBuffer.h [new file with mode: 0644]
filament/src/IndexBuffer.cpp [new file with mode: 0644]
filament/src/IndirectLight.cpp [new file with mode: 0644]
filament/src/Intersections.h [new file with mode: 0644]
filament/src/Material.cpp [new file with mode: 0644]
filament/src/MaterialInstance.cpp [new file with mode: 0644]
filament/src/MaterialParser.cpp [new file with mode: 0644]
filament/src/MaterialParser.h [new file with mode: 0644]
filament/src/PostProcessManager.cpp [new file with mode: 0644]
filament/src/PostProcessManager.h [new file with mode: 0644]
filament/src/RenderPass.h [new file with mode: 0644]
filament/src/RenderPrimitive.cpp [new file with mode: 0644]
filament/src/RenderTarget.cpp [new file with mode: 0644]
filament/src/Renderer.cpp [new file with mode: 0644]
filament/src/ResourceAllocator.cpp [new file with mode: 0644]
filament/src/ResourceAllocator.h [new file with mode: 0644]
filament/src/Scene.cpp [new file with mode: 0644]
filament/src/ShadowMap.cpp [new file with mode: 0644]
filament/src/ShadowMapManager.cpp [new file with mode: 0644]
filament/src/Skybox.cpp [new file with mode: 0644]
filament/src/Stream.cpp [new file with mode: 0644]
filament/src/SwapChain.cpp [new file with mode: 0644]
filament/src/Texture.cpp [new file with mode: 0644]
filament/src/ToneMapping.cpp [new file with mode: 0644]
filament/src/ToneMapping.h [new file with mode: 0644]
filament/src/UniformBuffer.cpp [new file with mode: 0644]
filament/src/UniformBuffer.h [new file with mode: 0644]
filament/src/VertexBuffer.cpp [new file with mode: 0644]
filament/src/View.cpp [new file with mode: 0644]
filament/src/Viewport.cpp [new file with mode: 0644]
filament/src/components/CameraManager.cpp [new file with mode: 0644]
filament/src/components/CameraManager.h [new file with mode: 0644]
filament/src/components/LightManager.cpp [new file with mode: 0644]
filament/src/components/LightManager.h [new file with mode: 0644]
filament/src/components/RenderableManager.cpp [new file with mode: 0644]
filament/src/components/RenderableManager.h [new file with mode: 0644]
filament/src/components/TransformManager.cpp [new file with mode: 0644]
filament/src/components/TransformManager.h [new file with mode: 0644]
filament/src/details/Allocators.h [new file with mode: 0644]
filament/src/details/BufferObject.h [new file with mode: 0644]
filament/src/details/Camera.h [new file with mode: 0644]
filament/src/details/ColorGrading.h [new file with mode: 0644]
filament/src/details/Culler.h [new file with mode: 0644]
filament/src/details/DFG.h [new file with mode: 0644]
filament/src/details/DebugRegistry.h [new file with mode: 0644]
filament/src/details/Engine.h [new file with mode: 0644]
filament/src/details/Fence.h [new file with mode: 0644]
filament/src/details/FrameSkipper.h [new file with mode: 0644]
filament/src/details/Froxelizer.h [new file with mode: 0644]
filament/src/details/IndexBuffer.h [new file with mode: 0644]
filament/src/details/IndirectLight.h [new file with mode: 0644]
filament/src/details/Material.h [new file with mode: 0644]
filament/src/details/MaterialInstance.h [new file with mode: 0644]
filament/src/details/RenderPrimitive.h [new file with mode: 0644]
filament/src/details/RenderTarget.h [new file with mode: 0644]
filament/src/details/Renderer.h [new file with mode: 0644]
filament/src/details/ResourceList.h [new file with mode: 0644]
filament/src/details/Scene.h [new file with mode: 0644]
filament/src/details/ShadowMap.h [new file with mode: 0644]
filament/src/details/ShadowMapManager.h [new file with mode: 0644]
filament/src/details/Skybox.h [new file with mode: 0644]
filament/src/details/Stream.h [new file with mode: 0644]
filament/src/details/SwapChain.h [new file with mode: 0644]
filament/src/details/Texture.h [new file with mode: 0644]
filament/src/details/VertexBuffer.h [new file with mode: 0644]
filament/src/details/View.h [new file with mode: 0644]
filament/src/fg2/Blackboard.cpp [new file with mode: 0644]
filament/src/fg2/Blackboard.h [new file with mode: 0644]
filament/src/fg2/DependencyGraph.cpp [new file with mode: 0644]
filament/src/fg2/FrameGraph.cpp [new file with mode: 0644]
filament/src/fg2/FrameGraph.h [new file with mode: 0644]
filament/src/fg2/FrameGraphId.h [new file with mode: 0644]
filament/src/fg2/FrameGraphPass.cpp [new file with mode: 0644]
filament/src/fg2/FrameGraphPass.h [new file with mode: 0644]
filament/src/fg2/FrameGraphRenderPass.h [new file with mode: 0644]
filament/src/fg2/FrameGraphResources.cpp [new file with mode: 0644]
filament/src/fg2/FrameGraphResources.h [new file with mode: 0644]
filament/src/fg2/FrameGraphTexture.cpp [new file with mode: 0644]
filament/src/fg2/FrameGraphTexture.h [new file with mode: 0644]
filament/src/fg2/PassNode.cpp [new file with mode: 0644]
filament/src/fg2/Resource.cpp [new file with mode: 0644]
filament/src/fg2/ResourceNode.cpp [new file with mode: 0644]
filament/src/fg2/details/DependencyGraph.h [new file with mode: 0644]
filament/src/fg2/details/PassNode.h [new file with mode: 0644]
filament/src/fg2/details/Resource.h [new file with mode: 0644]
filament/src/fg2/details/ResourceNode.h [new file with mode: 0644]
filament/src/fg2/details/Utilities.h [new file with mode: 0644]
filament/src/materials/antiAliasing/fxaa.fs [new file with mode: 0644]
filament/src/materials/antiAliasing/fxaa.mat [new file with mode: 0644]
filament/src/materials/antiAliasing/taa.mat [new file with mode: 0644]
filament/src/materials/blitHigh.mat [new file with mode: 0644]
filament/src/materials/blitLow.mat [new file with mode: 0644]
filament/src/materials/blitMedium.mat [new file with mode: 0644]
filament/src/materials/bloom/bloomDownsample.mat [new file with mode: 0644]
filament/src/materials/bloom/bloomUpsample.mat [new file with mode: 0644]
filament/src/materials/colorGrading/colorGrading.mat [new file with mode: 0644]
filament/src/materials/colorGrading/colorGradingAsSubpass.mat [new file with mode: 0644]
filament/src/materials/defaultMaterial.mat [new file with mode: 0644]
filament/src/materials/dof/dof.mat [new file with mode: 0644]
filament/src/materials/dof/dofCoc.mat [new file with mode: 0644]
filament/src/materials/dof/dofCombine.mat [new file with mode: 0644]
filament/src/materials/dof/dofDilate.mat [new file with mode: 0644]
filament/src/materials/dof/dofDownsample.mat [new file with mode: 0644]
filament/src/materials/dof/dofMedian.mat [new file with mode: 0644]
filament/src/materials/dof/dofMipmap.mat [new file with mode: 0644]
filament/src/materials/dof/dofTiles.mat [new file with mode: 0644]
filament/src/materials/dof/dofTilesSwizzle.mat [new file with mode: 0644]
filament/src/materials/dof/dofUtils.fs [new file with mode: 0644]
filament/src/materials/flare/flare.mat [new file with mode: 0644]
filament/src/materials/separableGaussianBlur.mat [new file with mode: 0644]
filament/src/materials/skybox.mat [new file with mode: 0644]
filament/src/materials/ssao/bilateralBlur.mat [new file with mode: 0644]
filament/src/materials/ssao/mipmapDepth.mat [new file with mode: 0644]
filament/src/materials/ssao/sao.mat [new file with mode: 0644]
filament/src/materials/ssao/ssaoUtils.fs [new file with mode: 0644]
filament/src/materials/ssao/ssct.fs [new file with mode: 0644]
filament/src/materials/vsmMipmap.mat [new file with mode: 0644]
filament/src/upcast.h [new file with mode: 0644]
filament/test/CMakeLists.txt [new file with mode: 0644]
filament/test/depth_test.cpp [new file with mode: 0644]
filament/test/filament_framegraph_test.cpp [new file with mode: 0644]
filament/test/filament_rendering_test.cpp [new file with mode: 0644]
filament/test/filament_test.cpp [new file with mode: 0644]
filament/test/filament_test_exposure.cpp [new file with mode: 0644]
filament/test/filament_test_material_parser.cpp [new file with mode: 0644]
filament/test/test_material.filamat [new file with mode: 0644]
filament/test/update_test_material.sh [new file with mode: 0755]
libs/bluegl/.gitignore [new file with mode: 0644]
libs/bluegl/CMakeLists.txt [new file with mode: 0644]
libs/bluegl/bluegl-gen.py [new file with mode: 0755]
libs/bluegl/include/GL/glcorearb.h [new file with mode: 0644]
libs/bluegl/include/GL/glext.h [new file with mode: 0644]
libs/bluegl/include/GL/wglext.h [new file with mode: 0644]
libs/bluegl/include/bluegl/BlueGL.h [new file with mode: 0644]
libs/bluegl/src/BlueGL.cpp [new file with mode: 0644]
libs/bluegl/src/BlueGLCoreDarwinAArch64Impl.S [new file with mode: 0644]
libs/bluegl/src/BlueGLCoreDarwinImpl.S [new file with mode: 0644]
libs/bluegl/src/BlueGLCoreDarwinUniversalImpl.S [new file with mode: 0644]
libs/bluegl/src/BlueGLCoreLinuxAArch64Impl.S [new file with mode: 0644]
libs/bluegl/src/BlueGLCoreLinuxImpl.S [new file with mode: 0644]
libs/bluegl/src/BlueGLCoreLinuxUniversalImpl.S [new file with mode: 0644]
libs/bluegl/src/BlueGLCoreWindowsImpl.S [new file with mode: 0644]
libs/bluegl/src/BlueGLDarwin.cpp [new file with mode: 0644]
libs/bluegl/src/BlueGLLinux.cpp [new file with mode: 0644]
libs/bluegl/src/BlueGLWindows.cpp [new file with mode: 0644]
libs/bluegl/src/private_BlueGL.h [new file with mode: 0644]
libs/bluegl/tests/OpenGLSupport.cpp [new file with mode: 0644]
libs/bluegl/tests/OpenGLSupport.hpp [new file with mode: 0644]
libs/bluegl/tests/test_bluegl.cpp [new file with mode: 0644]
libs/bluevk/CMakeLists.txt [new file with mode: 0644]
libs/bluevk/bluevk-gen.py [new file with mode: 0755]
libs/bluevk/include/bluevk/BlueVK.h [new file with mode: 0644]
libs/bluevk/include/vk_video/vulkan_video_codec_h264std.h [new file with mode: 0644]
libs/bluevk/include/vk_video/vulkan_video_codec_h264std_decode.h [new file with mode: 0644]
libs/bluevk/include/vk_video/vulkan_video_codec_h264std_encode.h [new file with mode: 0644]
libs/bluevk/include/vk_video/vulkan_video_codec_h265std.h [new file with mode: 0644]
libs/bluevk/include/vk_video/vulkan_video_codec_h265std_decode.h [new file with mode: 0644]
libs/bluevk/include/vk_video/vulkan_video_codecs_common.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vk_icd.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vk_layer.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vk_platform.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vk_sdk_platform.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan.hpp [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_android.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_beta.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_core.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_directfb.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_fuchsia.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_ggp.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_ios.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_macos.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_metal.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_mir.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_vi.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_wayland.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_win32.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_xcb.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_xlib.h [new file with mode: 0644]
libs/bluevk/include/vulkan/vulkan_xlib_xrandr.h [new file with mode: 0644]
libs/bluevk/src/BlueVK.cpp [new file with mode: 0644]
libs/bluevk/src/BlueVKDarwin.cpp [new file with mode: 0644]
libs/bluevk/src/BlueVKLinuxAndroid.cpp [new file with mode: 0644]
libs/bluevk/src/BlueVKWindows.cpp [new file with mode: 0644]
libs/bluevk/tests/test_bluevk_sdl.cpp [new file with mode: 0644]
libs/camutils/CMakeLists.txt [new file with mode: 0644]
libs/camutils/include/camutils/Bookmark.h [new file with mode: 0644]
libs/camutils/include/camutils/Manipulator.h [new file with mode: 0644]
libs/camutils/src/Bookmark.cpp [new file with mode: 0644]
libs/camutils/src/FreeFlightManipulator.h [new file with mode: 0644]
libs/camutils/src/Manipulator.cpp [new file with mode: 0644]
libs/camutils/src/MapManipulator.h [new file with mode: 0644]
libs/camutils/src/OrbitManipulator.h [new file with mode: 0644]
libs/camutils/tests/test_camutils.cpp [new file with mode: 0644]
libs/filabridge/CMakeLists.txt [new file with mode: 0644]
libs/filabridge/include/filament/MaterialChunkType.h [new file with mode: 0644]
libs/filabridge/include/filament/MaterialEnums.h [new file with mode: 0644]
libs/filabridge/include/private/filament/EngineEnums.h [new file with mode: 0644]
libs/filabridge/include/private/filament/SamplerBindingMap.h [new file with mode: 0644]
libs/filabridge/include/private/filament/SamplerInterfaceBlock.h [new file with mode: 0644]
libs/filabridge/include/private/filament/SibGenerator.h [new file with mode: 0644]
libs/filabridge/include/private/filament/SubpassInfo.h [new file with mode: 0644]
libs/filabridge/include/private/filament/UibGenerator.h [new file with mode: 0644]
libs/filabridge/include/private/filament/UniformInterfaceBlock.h [new file with mode: 0644]
libs/filabridge/include/private/filament/Variant.h [new file with mode: 0644]
libs/filabridge/src/SamplerBindingMap.cpp [new file with mode: 0644]
libs/filabridge/src/SamplerInterfaceBlock.cpp [new file with mode: 0644]
libs/filabridge/src/SibGenerator.cpp [new file with mode: 0644]
libs/filabridge/src/UibGenerator.cpp [new file with mode: 0644]
libs/filabridge/src/UniformInterfaceBlock.cpp [new file with mode: 0644]
libs/filaflat/CMakeLists.txt [new file with mode: 0644]
libs/filaflat/include/filaflat/BlobDictionary.h [new file with mode: 0644]
libs/filaflat/include/filaflat/ChunkContainer.h [new file with mode: 0644]
libs/filaflat/include/filaflat/DictionaryReader.h [new file with mode: 0644]
libs/filaflat/include/filaflat/MaterialChunk.h [new file with mode: 0644]
libs/filaflat/include/filaflat/ShaderBuilder.h [new file with mode: 0644]
libs/filaflat/include/filaflat/Unflattener.h [new file with mode: 0644]
libs/filaflat/src/ChunkContainer.cpp [new file with mode: 0644]
libs/filaflat/src/DictionaryReader.cpp [new file with mode: 0644]
libs/filaflat/src/MaterialChunk.cpp [new file with mode: 0644]
libs/filaflat/src/ShaderBuilder.cpp [new file with mode: 0644]
libs/filaflat/src/Unflattener.cpp [new file with mode: 0644]
libs/filagui/CMakeLists.txt [new file with mode: 0644]
libs/filagui/include/filagui/ImGuiExtensions.h [new file with mode: 0644]
libs/filagui/include/filagui/ImGuiHelper.h [new file with mode: 0644]
libs/filagui/include/filagui/ImGuiMath.h [new file with mode: 0644]
libs/filagui/src/ImGuiExtensions.cpp [new file with mode: 0644]
libs/filagui/src/ImGuiHelper.cpp [new file with mode: 0644]
libs/filagui/src/materials/uiBlit.mat [new file with mode: 0644]
libs/filamat/CMakeLists.txt [new file with mode: 0644]
libs/filamat/README.md [new file with mode: 0644]
libs/filamat/include/filamat/Enums.h [new file with mode: 0644]
libs/filamat/include/filamat/IncludeCallback.h [new file with mode: 0644]
libs/filamat/include/filamat/MaterialBuilder.h [new file with mode: 0644]
libs/filamat/include/filamat/Package.h [new file with mode: 0644]
libs/filamat/src/Enums.cpp [new file with mode: 0644]
libs/filamat/src/GLSLPostProcessor.cpp [new file with mode: 0644]
libs/filamat/src/GLSLPostProcessor.h [new file with mode: 0644]
libs/filamat/src/Includes.cpp [new file with mode: 0644]
libs/filamat/src/Includes.h [new file with mode: 0644]
libs/filamat/src/MaterialBuilder.cpp [new file with mode: 0644]
libs/filamat/src/MaterialVariants.cpp [new file with mode: 0644]
libs/filamat/src/MaterialVariants.h [new file with mode: 0644]
libs/filamat/src/ShaderMinifier.cpp [new file with mode: 0644]
libs/filamat/src/ShaderMinifier.h [new file with mode: 0644]
libs/filamat/src/eiff/BlobDictionary.cpp [new file with mode: 0644]
libs/filamat/src/eiff/BlobDictionary.h [new file with mode: 0644]
libs/filamat/src/eiff/Chunk.cpp [new file with mode: 0644]
libs/filamat/src/eiff/Chunk.h [new file with mode: 0644]
libs/filamat/src/eiff/ChunkContainer.cpp [new file with mode: 0644]
libs/filamat/src/eiff/ChunkContainer.h [new file with mode: 0644]
libs/filamat/src/eiff/DictionarySpirvChunk.cpp [new file with mode: 0644]
libs/filamat/src/eiff/DictionarySpirvChunk.h [new file with mode: 0644]
libs/filamat/src/eiff/DictionaryTextChunk.cpp [new file with mode: 0644]
libs/filamat/src/eiff/DictionaryTextChunk.h [new file with mode: 0644]
libs/filamat/src/eiff/Flattener.h [new file with mode: 0644]
libs/filamat/src/eiff/LineDictionary.cpp [new file with mode: 0644]
libs/filamat/src/eiff/LineDictionary.h [new file with mode: 0644]
libs/filamat/src/eiff/MaterialInterfaceBlockChunk.cpp [new file with mode: 0644]
libs/filamat/src/eiff/MaterialInterfaceBlockChunk.h [new file with mode: 0644]
libs/filamat/src/eiff/MaterialSpirvChunk.cpp [new file with mode: 0644]
libs/filamat/src/eiff/MaterialSpirvChunk.h [new file with mode: 0644]
libs/filamat/src/eiff/MaterialTextChunk.cpp [new file with mode: 0644]
libs/filamat/src/eiff/MaterialTextChunk.h [new file with mode: 0644]
libs/filamat/src/eiff/ShaderEntry.h [new file with mode: 0644]
libs/filamat/src/eiff/SimpleFieldChunk.cpp [new file with mode: 0644]
libs/filamat/src/eiff/SimpleFieldChunk.h [new file with mode: 0644]
libs/filamat/src/sca/ASTHelpers.cpp [new file with mode: 0644]
libs/filamat/src/sca/ASTHelpers.h [new file with mode: 0644]
libs/filamat/src/sca/GLSLTools.cpp [new file with mode: 0644]
libs/filamat/src/sca/GLSLTools.h [new file with mode: 0644]
libs/filamat/src/sca/GLSLToolsLite.cpp [new file with mode: 0644]
libs/filamat/src/sca/GLSLToolsLite.h [new file with mode: 0644]
libs/filamat/src/sca/builtinResource.h [new file with mode: 0644]
libs/filamat/src/shaders/CodeGenerator.cpp [new file with mode: 0644]
libs/filamat/src/shaders/CodeGenerator.h [new file with mode: 0644]
libs/filamat/src/shaders/MaterialInfo.h [new file with mode: 0644]
libs/filamat/src/shaders/ShaderGenerator.cpp [new file with mode: 0644]
libs/filamat/src/shaders/ShaderGenerator.h [new file with mode: 0644]
libs/filamat/tests/MockIncluder.h [new file with mode: 0644]
libs/filamat/tests/test_filamat.cpp [new file with mode: 0644]
libs/filamat/tests/test_filamat_lite.cpp [new file with mode: 0644]
libs/filamat/tests/test_includes.cpp [new file with mode: 0644]
libs/filamentapp/CMakeLists.txt [new file with mode: 0644]
libs/filamentapp/include/filamentapp/Config.h [new file with mode: 0644]
libs/filamentapp/include/filamentapp/Cube.h [new file with mode: 0644]
libs/filamentapp/include/filamentapp/FilamentApp.h [new file with mode: 0644]
libs/filamentapp/include/filamentapp/IBL.h [new file with mode: 0644]
libs/filamentapp/include/filamentapp/IcoSphere.h [new file with mode: 0644]
libs/filamentapp/include/filamentapp/MeshAssimp.h [new file with mode: 0644]
libs/filamentapp/include/filamentapp/NativeWindowHelper.h [new file with mode: 0644]
libs/filamentapp/include/filamentapp/Sphere.h [new file with mode: 0644]
libs/filamentapp/materials/aiDefaultMat.mat [new file with mode: 0644]
libs/filamentapp/materials/aiDefaultTrans.mat [new file with mode: 0644]
libs/filamentapp/materials/depthVisualizer.mat [new file with mode: 0644]
libs/filamentapp/materials/transparentColor.mat [new file with mode: 0644]
libs/filamentapp/src/Cube.cpp [new file with mode: 0644]
libs/filamentapp/src/FilamentApp.cpp [new file with mode: 0644]
libs/filamentapp/src/IBL.cpp [new file with mode: 0644]
libs/filamentapp/src/IcoSphere.cpp [new file with mode: 0644]
libs/filamentapp/src/Image.cpp [new file with mode: 0644]
libs/filamentapp/src/MeshAssimp.cpp [new file with mode: 0644]
libs/filamentapp/src/NativeWindowHelperCocoa.mm [new file with mode: 0644]
libs/filamentapp/src/NativeWindowHelperLinux.cpp [new file with mode: 0644]
libs/filamentapp/src/NativeWindowHelperWindows.cpp [new file with mode: 0644]
libs/filamentapp/src/Sphere.cpp [new file with mode: 0644]
libs/filameshio/CMakeLists.txt [new file with mode: 0644]
libs/filameshio/include/filameshio/MeshReader.h [new file with mode: 0644]
libs/filameshio/include/filameshio/filamesh.h [new file with mode: 0644]
libs/filameshio/src/MeshReader.cpp [new file with mode: 0644]
libs/filameshio/tests/test_filamesh.cpp [new file with mode: 0644]
libs/geometry/CMakeLists.txt [new file with mode: 0644]
libs/geometry/include/geometry/SurfaceOrientation.h [new file with mode: 0644]
libs/geometry/include/geometry/Transcoder.h [new file with mode: 0644]
libs/geometry/src/SurfaceOrientation.cpp [new file with mode: 0644]
libs/geometry/src/Transcoder.cpp [new file with mode: 0644]
libs/geometry/tests/test_transcoder.cpp [new file with mode: 0644]
libs/gltfio/CMakeLists.txt [new file with mode: 0644]
libs/gltfio/include/gltfio/Animator.h [new file with mode: 0644]
libs/gltfio/include/gltfio/AssetLoader.h [new file with mode: 0644]
libs/gltfio/include/gltfio/FilamentAsset.h [new file with mode: 0644]
libs/gltfio/include/gltfio/FilamentInstance.h [new file with mode: 0644]
libs/gltfio/include/gltfio/Image.h [new file with mode: 0644]
libs/gltfio/include/gltfio/MaterialProvider.h [new file with mode: 0644]
libs/gltfio/include/gltfio/ResourceLoader.h [new file with mode: 0644]
libs/gltfio/materials/gltflite.mat.in [new file with mode: 0644]
libs/gltfio/materials/sheen.mat.in [new file with mode: 0644]
libs/gltfio/materials/transmission.mat.in [new file with mode: 0644]
libs/gltfio/materials/ubershader.mat.in [new file with mode: 0644]
libs/gltfio/src/Animator.cpp [new file with mode: 0644]
libs/gltfio/src/AssetLoader.cpp [new file with mode: 0644]
libs/gltfio/src/DependencyGraph.cpp [new file with mode: 0644]
libs/gltfio/src/DependencyGraph.h [new file with mode: 0644]
libs/gltfio/src/DracoCache.cpp [new file with mode: 0644]
libs/gltfio/src/DracoCache.h [new file with mode: 0644]
libs/gltfio/src/FFilamentAsset.h [new file with mode: 0644]
libs/gltfio/src/FFilamentInstance.h [new file with mode: 0644]
libs/gltfio/src/FilamentAsset.cpp [new file with mode: 0644]
libs/gltfio/src/FilamentInstance.cpp [new file with mode: 0644]
libs/gltfio/src/GltfEnums.h [new file with mode: 0644]
libs/gltfio/src/Image.cpp [new file with mode: 0644]
libs/gltfio/src/MaterialGenerator.cpp [new file with mode: 0644]
libs/gltfio/src/MaterialProvider.cpp [new file with mode: 0644]
libs/gltfio/src/MorphHelper.cpp [new file with mode: 0644]
libs/gltfio/src/MorphHelper.h [new file with mode: 0644]
libs/gltfio/src/ResourceLoader.cpp [new file with mode: 0644]
libs/gltfio/src/TangentsJob.cpp [new file with mode: 0644]
libs/gltfio/src/TangentsJob.h [new file with mode: 0644]
libs/gltfio/src/UbershaderLoader.cpp [new file with mode: 0644]
libs/gltfio/src/Wireframe.cpp [new file with mode: 0644]
libs/gltfio/src/Wireframe.h [new file with mode: 0644]
libs/gltfio/src/math.h [new file with mode: 0644]
libs/gltfio/src/upcast.h [new file with mode: 0644]
libs/ibl/CMakeLists.txt [new file with mode: 0644]
libs/ibl/include/ibl/Cubemap.h [new file with mode: 0644]
libs/ibl/include/ibl/CubemapIBL.h [new file with mode: 0644]
libs/ibl/include/ibl/CubemapSH.h [new file with mode: 0644]
libs/ibl/include/ibl/CubemapUtils.h [new file with mode: 0644]
libs/ibl/include/ibl/Image.h [new file with mode: 0644]
libs/ibl/include/ibl/utilities.h [new file with mode: 0644]
libs/ibl/src/Cubemap.cpp [new file with mode: 0644]
libs/ibl/src/CubemapIBL.cpp [new file with mode: 0644]
libs/ibl/src/CubemapSH.cpp [new file with mode: 0644]
libs/ibl/src/CubemapUtils.cpp [new file with mode: 0644]
libs/ibl/src/CubemapUtilsImpl.h [new file with mode: 0644]
libs/ibl/src/Image.cpp [new file with mode: 0644]
libs/iblprefilter/CMakeLists.txt [new file with mode: 0644]
libs/iblprefilter/README.md [new file with mode: 0644]
libs/iblprefilter/include/filament-iblprefilter/IBLPrefilterContext.h [new file with mode: 0644]
libs/iblprefilter/src/IBLPrefilterContext.cpp [new file with mode: 0644]
libs/iblprefilter/src/materials/equirectToCube.mat [new file with mode: 0644]
libs/iblprefilter/src/materials/generateKernel.mat [new file with mode: 0644]
libs/iblprefilter/src/materials/iblprefilter.mat [new file with mode: 0644]
libs/image/CMakeLists.txt [new file with mode: 0644]
libs/image/include/image/ColorTransform.h [new file with mode: 0644]
libs/image/include/image/ImageOps.h [new file with mode: 0644]
libs/image/include/image/ImageSampler.h [new file with mode: 0644]
libs/image/include/image/KtxBundle.h [new file with mode: 0644]
libs/image/include/image/KtxUtility.h [new file with mode: 0644]
libs/image/include/image/LinearImage.h [new file with mode: 0644]
libs/image/src/ImageOps.cpp [new file with mode: 0644]
libs/image/src/ImageSampler.cpp [new file with mode: 0644]
libs/image/src/KtxBundle.cpp [new file with mode: 0644]
libs/image/src/LinearImage.cpp [new file with mode: 0644]
libs/image/tests/reference/blurred.png [new file with mode: 0644]
libs/image/tests/reference/colors.png [new file with mode: 0644]
libs/image/tests/reference/conftestimage_R11_EAC.ktx [new file with mode: 0644]
libs/image/tests/reference/depths.png [new file with mode: 0644]
libs/image/tests/reference/edt.png [new file with mode: 0644]
libs/image/tests/reference/grays.png [new file with mode: 0644]
libs/image/tests/reference/imageops.png [new file with mode: 0644]
libs/image/tests/reference/index.html [new file with mode: 0644]
libs/image/tests/reference/mip0_200x100.png [new file with mode: 0644]
libs/image/tests/reference/mip0_300x100.png [new file with mode: 0644]
libs/image/tests/reference/mip0_5x10.png [new file with mode: 0644]
libs/image/tests/reference/mip1_200x100.png [new file with mode: 0644]
libs/image/tests/reference/mip1_300x100.png [new file with mode: 0644]
libs/image/tests/reference/mip1_5x10.png [new file with mode: 0644]
libs/image/tests/reference/mip2_200x100.png [new file with mode: 0644]
libs/image/tests/reference/mip2_300x100.png [new file with mode: 0644]
libs/image/tests/reference/mip2_5x10.png [new file with mode: 0644]
libs/image/tests/reference/mip3_200x100.png [new file with mode: 0644]
libs/image/tests/reference/mip3_300x100.png [new file with mode: 0644]
libs/image/tests/reference/mip3_5x10.png [new file with mode: 0644]
libs/image/tests/reference/mip4_200x100.png [new file with mode: 0644]
libs/image/tests/reference/mip4_300x100.png [new file with mode: 0644]
libs/image/tests/reference/mip5_200x100.png [new file with mode: 0644]
libs/image/tests/reference/mip5_300x100.png [new file with mode: 0644]
libs/image/tests/reference/mip6_200x100.png [new file with mode: 0644]
libs/image/tests/reference/mip6_300x100.png [new file with mode: 0644]
libs/image/tests/reference/mip7_200x100.png [new file with mode: 0644]
libs/image/tests/reference/mip7_300x100.png [new file with mode: 0644]
libs/image/tests/reference/mip8_300x100.png [new file with mode: 0644]
libs/image/tests/reference/normals.png [new file with mode: 0644]
libs/image/tests/reference/voronoi.png [new file with mode: 0644]
libs/image/tests/test_image.cpp [new file with mode: 0644]
libs/imageio/CMakeLists.txt [new file with mode: 0644]
libs/imageio/include/imageio/BlockCompression.h [new file with mode: 0644]
libs/imageio/include/imageio/ImageDecoder.h [new file with mode: 0644]
libs/imageio/include/imageio/ImageDiffer.h [new file with mode: 0644]
libs/imageio/include/imageio/ImageEncoder.h [new file with mode: 0644]
libs/imageio/src/BlockCompression.cpp [new file with mode: 0644]
libs/imageio/src/ImageDecoder.cpp [new file with mode: 0644]
libs/imageio/src/ImageDiffer.cpp [new file with mode: 0644]
libs/imageio/src/ImageEncoder.cpp [new file with mode: 0644]
libs/matdbg/CMakeLists.txt [new file with mode: 0644]
libs/matdbg/README.md [new file with mode: 0644]
libs/matdbg/include/matdbg/DebugServer.h [new file with mode: 0644]
libs/matdbg/include/matdbg/JsonWriter.h [new file with mode: 0644]
libs/matdbg/include/matdbg/ShaderExtractor.h [new file with mode: 0644]
libs/matdbg/include/matdbg/ShaderInfo.h [new file with mode: 0644]
libs/matdbg/include/matdbg/ShaderReplacer.h [new file with mode: 0644]
libs/matdbg/include/matdbg/TextWriter.h [new file with mode: 0644]
libs/matdbg/src/CommonWriter.cpp [new file with mode: 0644]
libs/matdbg/src/CommonWriter.h [new file with mode: 0644]
libs/matdbg/src/DebugServer.cpp [new file with mode: 0644]
libs/matdbg/src/JsonWriter.cpp [new file with mode: 0644]
libs/matdbg/src/ShaderExtractor.cpp [new file with mode: 0644]
libs/matdbg/src/ShaderInfo.cpp [new file with mode: 0644]
libs/matdbg/src/ShaderReplacer.cpp [new file with mode: 0644]
libs/matdbg/src/TextWriter.cpp [new file with mode: 0644]
libs/matdbg/web/index.html [new file with mode: 0644]
libs/matdbg/web/script.js [new file with mode: 0644]
libs/matdbg/web/style.css [new file with mode: 0644]
libs/math/.gitignore [new file with mode: 0644]
libs/math/CMakeLists.txt [new file with mode: 0644]
libs/math/benchmarks/PerformanceCounters.h [new file with mode: 0644]
libs/math/benchmarks/benchmark_fast.cpp [new file with mode: 0644]
libs/math/include/math/TMatHelpers.h [new file with mode: 0644]
libs/math/include/math/TQuatHelpers.h [new file with mode: 0644]
libs/math/include/math/TVecHelpers.h [new file with mode: 0644]
libs/math/include/math/compiler.h [new file with mode: 0644]
libs/math/include/math/fast.h [new file with mode: 0644]
libs/math/include/math/half.h [new file with mode: 0644]
libs/math/include/math/mat2.h [new file with mode: 0644]
libs/math/include/math/mat3.h [new file with mode: 0644]
libs/math/include/math/mat4.h [new file with mode: 0644]
libs/math/include/math/mathfwd.h [new file with mode: 0644]
libs/math/include/math/norm.h [new file with mode: 0644]
libs/math/include/math/quat.h [new file with mode: 0644]
libs/math/include/math/scalar.h [new file with mode: 0644]
libs/math/include/math/vec2.h [new file with mode: 0644]
libs/math/include/math/vec3.h [new file with mode: 0644]
libs/math/include/math/vec4.h [new file with mode: 0644]
libs/math/src/dummy.cpp [new file with mode: 0644]
libs/math/tests/test_fast.cpp [new file with mode: 0644]
libs/math/tests/test_half.cpp [new file with mode: 0644]
libs/math/tests/test_mat.cpp [new file with mode: 0644]
libs/math/tests/test_quat.cpp [new file with mode: 0644]
libs/math/tests/test_vec.cpp [new file with mode: 0644]
libs/mathio/CMakeLists.txt [new file with mode: 0644]
libs/mathio/include/mathio/ostream.h [new file with mode: 0644]
libs/mathio/src/ostream.cpp [new file with mode: 0644]
libs/utils/.gitignore [new file with mode: 0644]
libs/utils/CMakeLists.txt [new file with mode: 0644]
libs/utils/benchmark/PerformanceCounters.h [new file with mode: 0644]
libs/utils/benchmark/benchmark_JobSystem.cpp [new file with mode: 0644]
libs/utils/benchmark/benchmark_allocators.cpp [new file with mode: 0644]
libs/utils/benchmark/benchmark_binary_search.cpp [new file with mode: 0644]
libs/utils/benchmark/benchmark_callee.cpp [new file with mode: 0644]
libs/utils/benchmark/benchmark_calls.cpp [new file with mode: 0644]
libs/utils/benchmark/benchmark_memcpy.cpp [new file with mode: 0644]
libs/utils/benchmark/benchmark_mutex.cpp [new file with mode: 0644]
libs/utils/include/utils/Allocator.h [new file with mode: 0644]
libs/utils/include/utils/BinaryTreeArray.h [new file with mode: 0644]
libs/utils/include/utils/BitmaskEnum.h [new file with mode: 0644]
libs/utils/include/utils/CString.h [new file with mode: 0644]
libs/utils/include/utils/CallStack.h [new file with mode: 0644]
libs/utils/include/utils/Condition.h [new file with mode: 0644]
libs/utils/include/utils/CountDownLatch.h [new file with mode: 0644]
libs/utils/include/utils/CyclicBarrier.h [new file with mode: 0644]
libs/utils/include/utils/Entity.h [new file with mode: 0644]
libs/utils/include/utils/EntityInstance.h [new file with mode: 0644]
libs/utils/include/utils/EntityManager.h [new file with mode: 0644]
libs/utils/include/utils/Hash.h [new file with mode: 0644]
libs/utils/include/utils/JobSystem.h [new file with mode: 0644]
libs/utils/include/utils/Log.h [new file with mode: 0644]
libs/utils/include/utils/Mutex.h [new file with mode: 0644]
libs/utils/include/utils/NameComponentManager.h [new file with mode: 0644]
libs/utils/include/utils/Panic.h [new file with mode: 0644]
libs/utils/include/utils/Path.h [new file with mode: 0644]
libs/utils/include/utils/Profiler.h [new file with mode: 0644]
libs/utils/include/utils/Range.h [new file with mode: 0644]
libs/utils/include/utils/SingleInstanceComponentManager.h [new file with mode: 0644]
libs/utils/include/utils/Slice.h [new file with mode: 0644]
libs/utils/include/utils/SpinLock.h [new file with mode: 0644]
libs/utils/include/utils/StructureOfArrays.h [new file with mode: 0644]
libs/utils/include/utils/Systrace.h [new file with mode: 0644]
libs/utils/include/utils/ThreadLocal.h [new file with mode: 0644]
libs/utils/include/utils/WorkStealingDequeue.h [new file with mode: 0644]
libs/utils/include/utils/Zip2Iterator.h [new file with mode: 0644]
libs/utils/include/utils/algorithm.h [new file with mode: 0644]
libs/utils/include/utils/api_level.h [new file with mode: 0644]
libs/utils/include/utils/architecture.h [new file with mode: 0644]
libs/utils/include/utils/ashmem.h [new file with mode: 0644]
libs/utils/include/utils/bitset.h [new file with mode: 0644]
libs/utils/include/utils/compiler.h [new file with mode: 0644]
libs/utils/include/utils/debug.h [new file with mode: 0644]
libs/utils/include/utils/generic/Condition.h [new file with mode: 0644]
libs/utils/include/utils/generic/Mutex.h [new file with mode: 0644]
libs/utils/include/utils/linux/Condition.h [new file with mode: 0644]
libs/utils/include/utils/linux/Mutex.h [new file with mode: 0644]
libs/utils/include/utils/memalign.h [new file with mode: 0644]
libs/utils/include/utils/ostream.h [new file with mode: 0644]
libs/utils/include/utils/sstream.h [new file with mode: 0644]
libs/utils/include/utils/trap.h [new file with mode: 0644]
libs/utils/include/utils/unwindows.h [new file with mode: 0644]
libs/utils/include/utils/vector.h [new file with mode: 0644]
libs/utils/include/utils/win32/stdtypes.h [new file with mode: 0644]
libs/utils/src/Allocator.cpp [new file with mode: 0644]
libs/utils/src/CString.cpp [new file with mode: 0644]
libs/utils/src/CallStack.cpp [new file with mode: 0644]
libs/utils/src/CountDownLatch.cpp [new file with mode: 0644]
libs/utils/src/CyclicBarrier.cpp [new file with mode: 0644]
libs/utils/src/EntityManager.cpp [new file with mode: 0644]
libs/utils/src/EntityManagerImpl.h [new file with mode: 0644]
libs/utils/src/JobSystem.cpp [new file with mode: 0644]
libs/utils/src/Log.cpp [new file with mode: 0644]
libs/utils/src/NameComponentManager.cpp [new file with mode: 0644]
libs/utils/src/Panic.cpp [new file with mode: 0644]
libs/utils/src/Path.cpp [new file with mode: 0644]
libs/utils/src/Profiler.cpp [new file with mode: 0644]
libs/utils/src/Systrace.cpp [new file with mode: 0644]
libs/utils/src/api_level.cpp [new file with mode: 0644]
libs/utils/src/ashmem.cpp [new file with mode: 0644]
libs/utils/src/darwin/Path.mm [new file with mode: 0644]
libs/utils/src/debug.cpp [new file with mode: 0644]
libs/utils/src/linux/Condition.cpp [new file with mode: 0644]
libs/utils/src/linux/Mutex.cpp [new file with mode: 0644]
libs/utils/src/linux/Path.cpp [new file with mode: 0644]
libs/utils/src/linux/futex.h [new file with mode: 0644]
libs/utils/src/ostream.cpp [new file with mode: 0644]
libs/utils/src/sstream.cpp [new file with mode: 0644]
libs/utils/src/win32/Path.cpp [new file with mode: 0644]
libs/utils/test/test_Allocators.cpp [new file with mode: 0644]
libs/utils/test/test_BinaryTreeArray.cpp [new file with mode: 0644]
libs/utils/test/test_CString.cpp [new file with mode: 0644]
libs/utils/test/test_CountDownLatch.cpp [new file with mode: 0644]
libs/utils/test/test_CyclicBarrier.cpp [new file with mode: 0644]
libs/utils/test/test_Entity.cpp [new file with mode: 0644]
libs/utils/test/test_JobSystem.cpp [new file with mode: 0644]
libs/utils/test/test_Path.cpp [new file with mode: 0644]
libs/utils/test/test_StructureOfArrays.cpp [new file with mode: 0644]
libs/utils/test/test_WinPath.cpp [new file with mode: 0644]
libs/utils/test/test_Zip2Iterator.cpp [new file with mode: 0644]
libs/utils/test/test_algorithm.cpp [new file with mode: 0644]
libs/utils/test/test_bitset.cpp [new file with mode: 0644]
libs/utils/test/test_sstream.cpp [new file with mode: 0644]
libs/utils/test/test_utils_main.cpp [new file with mode: 0644]
libs/viewer/CMakeLists.txt [new file with mode: 0644]
libs/viewer/include/viewer/AutomationEngine.h [new file with mode: 0644]
libs/viewer/include/viewer/AutomationSpec.h [new file with mode: 0644]
libs/viewer/include/viewer/RemoteServer.h [new file with mode: 0644]
libs/viewer/include/viewer/Settings.h [new file with mode: 0644]
libs/viewer/include/viewer/SimpleViewer.h [new file with mode: 0644]
libs/viewer/schemas/README.md [new file with mode: 0644]
libs/viewer/schemas/automation.json [new file with mode: 0644]
libs/viewer/src/AutomationEngine.cpp [new file with mode: 0644]
libs/viewer/src/AutomationSpec.cpp [new file with mode: 0644]
libs/viewer/src/RemoteServer.cpp [new file with mode: 0644]
libs/viewer/src/Settings.cpp [new file with mode: 0644]
libs/viewer/src/SimpleViewer.cpp [new file with mode: 0644]
libs/viewer/src/jsonParseUtils.h [new file with mode: 0644]
libs/viewer/tests/basic.json [new file with mode: 0644]
libs/viewer/tests/test_settings.cpp [new file with mode: 0644]
samples/CMakeLists.txt [new file with mode: 0644]
samples/animation.cpp [new file with mode: 0644]
samples/depthtesting.cpp [new file with mode: 0644]
samples/frame_generator.cpp [new file with mode: 0644]
samples/gltf_instances.cpp [new file with mode: 0644]
samples/gltf_viewer.cpp [new file with mode: 0644]
samples/heightfield.cpp [new file with mode: 0644]
samples/hellopbr.cpp [new file with mode: 0644]
samples/hellotriangle.cpp [new file with mode: 0644]
samples/lightbulb.cpp [new file with mode: 0644]
samples/material_sandbox.cpp [new file with mode: 0644]
samples/material_sandbox.h [new file with mode: 0644]
samples/materials/aiDefaultMat.mat [new file with mode: 0644]
samples/materials/aoPreview.mat [new file with mode: 0644]
samples/materials/bakedColor.mat [new file with mode: 0644]
samples/materials/bakedTexture.mat [new file with mode: 0644]
samples/materials/depthVisualizer.mat [new file with mode: 0644]
samples/materials/groundShadow.mat [new file with mode: 0644]
samples/materials/heightfield.mat [new file with mode: 0644]
samples/materials/mirror.mat [new file with mode: 0644]
samples/materials/pointSprites.mat [new file with mode: 0644]
samples/materials/sandboxCloth.mat [new file with mode: 0644]
samples/materials/sandboxLit.mat [new file with mode: 0644]
samples/materials/sandboxLitFade.mat [new file with mode: 0644]
samples/materials/sandboxLitSolidRefraction.mat [new file with mode: 0644]
samples/materials/sandboxLitSolidRefractionSsr.mat [new file with mode: 0644]
samples/materials/sandboxLitThinRefraction.mat [new file with mode: 0644]
samples/materials/sandboxLitThinRefractionSsr.mat [new file with mode: 0644]
samples/materials/sandboxLitTransparent.mat [new file with mode: 0644]
samples/materials/sandboxSpecGloss.mat [new file with mode: 0644]
samples/materials/sandboxSubsurface.mat [new file with mode: 0644]
samples/materials/sandboxUnlit.mat [new file with mode: 0644]
samples/materials/texturedLit.mat [new file with mode: 0644]
samples/materials/transparentColor.mat [new file with mode: 0644]
samples/multiple_windows.cpp [new file with mode: 0644]
samples/point_sprites.cpp [new file with mode: 0644]
samples/rendertarget.cpp [new file with mode: 0644]
samples/sample_cloth.cpp [new file with mode: 0644]
samples/sample_full_pbr.cpp [new file with mode: 0644]
samples/sample_normal_map.cpp [new file with mode: 0644]
samples/shadowtest.cpp [new file with mode: 0644]
samples/strobecolor.cpp [new file with mode: 0644]
samples/suzanne.cpp [new file with mode: 0644]
samples/texturedquad.cpp [new file with mode: 0644]
samples/vbotest.cpp [new file with mode: 0644]
samples/viewtest.cpp [new file with mode: 0644]
shaders/CMakeLists.txt [new file with mode: 0644]
shaders/src/ambient_occlusion.fs [new file with mode: 0644]
shaders/src/brdf.fs [new file with mode: 0644]
shaders/src/common_getters.fs [new file with mode: 0644]
shaders/src/common_graphics.fs [new file with mode: 0644]
shaders/src/common_lighting.fs [new file with mode: 0644]
shaders/src/common_material.fs [new file with mode: 0644]
shaders/src/common_math.fs [new file with mode: 0644]
shaders/src/common_shading.fs [new file with mode: 0644]
shaders/src/common_shadowing.fs [new file with mode: 0644]
shaders/src/common_types.fs [new file with mode: 0644]
shaders/src/depth_main.fs [new file with mode: 0644]
shaders/src/depth_main.vs [new file with mode: 0644]
shaders/src/dithering.fs [new file with mode: 0644]
shaders/src/fog.fs [new file with mode: 0644]
shaders/src/getters.fs [new file with mode: 0644]
shaders/src/getters.vs [new file with mode: 0644]
shaders/src/inputs.fs [new file with mode: 0644]
shaders/src/inputs.vs [new file with mode: 0644]
shaders/src/light_directional.fs [new file with mode: 0644]
shaders/src/light_indirect.fs [new file with mode: 0644]
shaders/src/light_punctual.fs [new file with mode: 0644]
shaders/src/main.fs [new file with mode: 0644]
shaders/src/main.vs [new file with mode: 0644]
shaders/src/material_inputs.fs [new file with mode: 0644]
shaders/src/material_inputs.vs [new file with mode: 0644]
shaders/src/post_process.fs [new file with mode: 0644]
shaders/src/post_process.vs [new file with mode: 0644]
shaders/src/post_process_getters.vs [new file with mode: 0644]
shaders/src/post_process_inputs.fs [new file with mode: 0644]
shaders/src/post_process_inputs.vs [new file with mode: 0644]
shaders/src/shading_lit.fs [new file with mode: 0644]
shaders/src/shading_model_cloth.fs [new file with mode: 0644]
shaders/src/shading_model_standard.fs [new file with mode: 0644]
shaders/src/shading_model_subsurface.fs [new file with mode: 0644]
shaders/src/shading_parameters.fs [new file with mode: 0644]
shaders/src/shading_unlit.fs [new file with mode: 0644]
shaders/src/shadowing.fs [new file with mode: 0644]
shaders/src/vignette.fs [new file with mode: 0644]
site/README.md [new file with mode: 0644]
site/archetypes/default.md [new file with mode: 0644]
site/config.toml [new file with mode: 0644]
site/content/documentation/index.md [new file with mode: 0644]
site/content/ios/index.md [new file with mode: 0644]
site/content/posts/cocoapods.md [new file with mode: 0644]
site/content/posts/cocoapods/blue-screen.png [new file with mode: 0644]
site/content/posts/cocoapods/colored-triangle.png [new file with mode: 0644]
site/content/posts/cocoapods/default-options.png [new file with mode: 0644]
site/content/posts/cocoapods/mtkview.gif [new file with mode: 0644]
site/content/posts/cocoapods/obj-cpp.png [new file with mode: 0644]
site/content/posts/cocoapods/rotating-triangle.gif [new file with mode: 0644]
site/content/posts/cocoapods/single-view-app.png [new file with mode: 0644]
site/content/posts/cocoapods/view.png [new file with mode: 0644]
site/content/posts/cocoapods/white-triangle.png [new file with mode: 0644]
site/content/webgl/index.md [new file with mode: 0644]
site/themes/hyde/CHANGELOG.md [new file with mode: 0644]
site/themes/hyde/LICENSE.md [new file with mode: 0644]
site/themes/hyde/README.md [new file with mode: 0644]
site/themes/hyde/archetypes/default.md [new file with mode: 0644]
site/themes/hyde/images/screenshot.png [new file with mode: 0644]
site/themes/hyde/images/tn.png [new file with mode: 0644]
site/themes/hyde/layouts/404.html [new file with mode: 0644]
site/themes/hyde/layouts/_default/baseof.html [new file with mode: 0644]
site/themes/hyde/layouts/_default/list.html [new file with mode: 0644]
site/themes/hyde/layouts/_default/single.html [new file with mode: 0644]
site/themes/hyde/layouts/index.html [new file with mode: 0644]
site/themes/hyde/layouts/partials/head.html [new file with mode: 0644]
site/themes/hyde/layouts/partials/head_fonts.html [new file with mode: 0644]
site/themes/hyde/layouts/partials/hook_head_end.html [new file with mode: 0644]
site/themes/hyde/layouts/partials/sidebar.html [new file with mode: 0644]
site/themes/hyde/static/apple-touch-icon-144-precomposed.png [new file with mode: 0644]
site/themes/hyde/static/css/hyde.css [new file with mode: 0644]
site/themes/hyde/static/css/poole.css [new file with mode: 0644]
site/themes/hyde/static/css/print.css [new file with mode: 0644]
site/themes/hyde/static/css/syntax.css [new file with mode: 0644]
site/themes/hyde/static/favicon.png [new file with mode: 0644]
site/themes/hyde/theme.toml [new file with mode: 0644]
third_party/cgltf/.github/workflows/build.yml [new file with mode: 0644]
third_party/cgltf/LICENSE [new file with mode: 0644]
third_party/cgltf/README.md [new file with mode: 0644]
third_party/cgltf/cgltf.h [new file with mode: 0644]
third_party/cgltf/cgltf_write.h [new file with mode: 0644]
third_party/cgltf/fuzz/data/Box.glb [new file with mode: 0644]
third_party/cgltf/fuzz/data/TriangleWithoutIndices.gltf [new file with mode: 0644]
third_party/cgltf/fuzz/data/WaterBottle.gltf [new file with mode: 0644]
third_party/cgltf/fuzz/gltf.dict [new file with mode: 0644]
third_party/cgltf/fuzz/main.c [new file with mode: 0644]
third_party/cgltf/test/CMakeLists.txt [new file with mode: 0644]
third_party/cgltf/test/main.c [new file with mode: 0644]
third_party/cgltf/test/test_all.py [new file with mode: 0755]
third_party/cgltf/test/test_conversion.cpp [new file with mode: 0644]
third_party/cgltf/test/test_math.cpp [new file with mode: 0644]
third_party/cgltf/test/test_write.cpp [new file with mode: 0644]
third_party/cgltf/tnt/CMakeLists.txt [new file with mode: 0644]
third_party/cgltf/tnt/README [new file with mode: 0644]
third_party/civetweb/.clang-format [new file with mode: 0644]
third_party/civetweb/.gitattributes [new file with mode: 0644]
third_party/civetweb/.gitignore [new file with mode: 0644]
third_party/civetweb/.travis.yml [new file with mode: 0644]
third_party/civetweb/CMakeLists.txt [new file with mode: 0644]
third_party/civetweb/CREDITS.md [new file with mode: 0644]
third_party/civetweb/LICENSE.md [new file with mode: 0644]
third_party/civetweb/Makefile [new file with mode: 0644]
third_party/civetweb/Makefile.osx [new file with mode: 0644]
third_party/civetweb/README.md [new file with mode: 0644]
third_party/civetweb/RELEASE_NOTES.md [new file with mode: 0644]
third_party/civetweb/_config.yml [new file with mode: 0644]
third_party/civetweb/appveyor.yml [new file with mode: 0644]
third_party/civetweb/build [new file with mode: 0755]
third_party/civetweb/build.cmd [new file with mode: 0644]
third_party/civetweb/cmake/AddCCompilerFlag.cmake [new file with mode: 0644]
third_party/civetweb/cmake/AddCXXCompilerFlag.cmake [new file with mode: 0644]
third_party/civetweb/cmake/DetermineTargetArchitecture.cmake [new file with mode: 0644]
third_party/civetweb/cmake/FindLibDl.cmake [new file with mode: 0644]
third_party/civetweb/cmake/FindLibM.cmake [new file with mode: 0644]
third_party/civetweb/cmake/FindLibRt.cmake [new file with mode: 0644]
third_party/civetweb/cmake/FindWinSock.cmake [new file with mode: 0644]
third_party/civetweb/cmake/check/c82fe8888aacfe784476112edd3878256d2e30bc.patch [new file with mode: 0644]
third_party/civetweb/cmake/check/patch.cmake [new file with mode: 0644]
third_party/civetweb/cmake/civetweb-config.cmake.in [new file with mode: 0644]
third_party/civetweb/conanfile.py [new file with mode: 0644]
third_party/civetweb/format.bat [new file with mode: 0755]
third_party/civetweb/include/CivetServer.h [new file with mode: 0644]
third_party/civetweb/include/civetweb.h [new file with mode: 0644]
third_party/civetweb/mingw.cmd [new file with mode: 0644]
third_party/civetweb/src/CMakeLists.txt [new file with mode: 0644]
third_party/civetweb/src/CivetServer.cpp [new file with mode: 0644]
third_party/civetweb/src/civetweb.c [new file with mode: 0644]
third_party/civetweb/src/civetweb_private_lua.h [new file with mode: 0644]
third_party/civetweb/src/handle_form.inl [new file with mode: 0644]
third_party/civetweb/src/main.c [new file with mode: 0644]
third_party/civetweb/src/md5.inl [new file with mode: 0644]
third_party/civetweb/src/mod_duktape.inl [new file with mode: 0644]
third_party/civetweb/src/mod_lua.inl [new file with mode: 0644]
third_party/civetweb/src/mod_lua_shared.inl [new file with mode: 0644]
third_party/civetweb/src/mod_zlib.inl [new file with mode: 0644]
third_party/civetweb/src/sha1.inl [new file with mode: 0644]
third_party/civetweb/src/timer.inl [new file with mode: 0644]
third_party/civetweb/src/wolfssl_extras.inl [new file with mode: 0644]
third_party/civetweb/tnt/CMakeLists.txt [new file with mode: 0644]
third_party/civetweb/tnt/README [new file with mode: 0644]
third_party/etc2comp/.gitignore [new file with mode: 0755]
third_party/etc2comp/AUTHORS [new file with mode: 0644]
third_party/etc2comp/CMakeLists.txt [new file with mode: 0644]
third_party/etc2comp/CONTRIBUTING.md [new file with mode: 0644]
third_party/etc2comp/EtcLib/CMakeLists.txt [new file with mode: 0644]
third_party/etc2comp/EtcLib/Etc/Etc.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/Etc/Etc.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/Etc/EtcColor.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/Etc/EtcColorFloatRGBA.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/Etc/EtcConfig.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/Etc/EtcFilter.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/Etc/EtcFilter.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/Etc/EtcImage.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/Etc/EtcImage.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/Etc/EtcMath.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/Etc/EtcMath.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4EncodingBits.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding_ETC1.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding_ETC1.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding_R11.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding_R11.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding_RG11.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding_RG11.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding_RGB8.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding_RGB8.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding_RGB8A1.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding_RGB8A1.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding_RGBA8.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcBlock4x4Encoding_RGBA8.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcDifferentialTrys.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcDifferentialTrys.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcErrorMetric.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcIndividualTrys.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcIndividualTrys.h [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcSortedBlockList.cpp [new file with mode: 0644]
third_party/etc2comp/EtcLib/EtcCodec/EtcSortedBlockList.h [new file with mode: 0644]
third_party/etc2comp/EtcTool/Args.txt [new file with mode: 0644]
third_party/etc2comp/EtcTool/CMakeLists.txt [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcAnalysis.cpp [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcAnalysis.h [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcComparison.cpp [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcComparison.h [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcFile.cpp [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcFile.h [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcFileHeader.cpp [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcFileHeader.h [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcMemTest.cpp [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcMemTest.h [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcSourceImage.cpp [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcSourceImage.h [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcTool.cpp [new file with mode: 0644]
third_party/etc2comp/EtcTool/EtcTool.h [new file with mode: 0644]
third_party/etc2comp/LICENSE [new file with mode: 0644]
third_party/etc2comp/README.md [new file with mode: 0644]
third_party/etc2comp/third_party/lodepng/LICENSE [new file with mode: 0644]
third_party/etc2comp/third_party/lodepng/lodepng.cpp [new file with mode: 0644]
third_party/etc2comp/third_party/lodepng/lodepng.h [new file with mode: 0644]
third_party/etc2comp/tnt/README [new file with mode: 0644]
third_party/getopt/CMakeLists.txt [new file with mode: 0755]
third_party/getopt/LICENSE [new file with mode: 0644]
third_party/getopt/include/getopt/getopt.h [new file with mode: 0755]
third_party/getopt/src/getopt.c [new file with mode: 0755]
third_party/getopt/src/getopt_long.c [new file with mode: 0755]
third_party/hat-trie/CMakeLists.txt [new file with mode: 0644]
third_party/hat-trie/LICENSE [new file with mode: 0644]
third_party/hat-trie/README.md [new file with mode: 0644]
third_party/hat-trie/appveyor.yml [new file with mode: 0644]
third_party/hat-trie/doxygen.conf [new file with mode: 0644]
third_party/hat-trie/tnt/CMakeLists.txt [new file with mode: 0644]
third_party/hat-trie/tnt/README.md [new file with mode: 0644]
third_party/hat-trie/tsl/array-hash/array_growth_policy.h [new file with mode: 0644]
third_party/hat-trie/tsl/array-hash/array_hash.h [new file with mode: 0644]
third_party/hat-trie/tsl/array-hash/array_map.h [new file with mode: 0644]
third_party/hat-trie/tsl/array-hash/array_set.h [new file with mode: 0644]
third_party/hat-trie/tsl/htrie_hash.h [new file with mode: 0644]
third_party/hat-trie/tsl/htrie_map.h [new file with mode: 0644]
third_party/hat-trie/tsl/htrie_set.h [new file with mode: 0644]
third_party/smol-v/.gitignore [new file with mode: 0644]
third_party/smol-v/.travis.yml [new file with mode: 0644]
third_party/smol-v/Changelog.md [new file with mode: 0644]
third_party/smol-v/LICENSE [new file with mode: 0644]
third_party/smol-v/README.md [new file with mode: 0644]
third_party/smol-v/source/smolv.cpp [new file with mode: 0644]
third_party/smol-v/source/smolv.h [new file with mode: 0644]
third_party/smol-v/tnt/CMakeLists.txt [new file with mode: 0644]
third_party/smol-v/tnt/README.md [new file with mode: 0644]
third_party/spirv-cross/.clang-format [new file with mode: 0755]
third_party/spirv-cross/.gitignore [new file with mode: 0644]
third_party/spirv-cross/.travis.yml [new file with mode: 0644]
third_party/spirv-cross/CMakeLists.txt [new file with mode: 0644]
third_party/spirv-cross/CODE_OF_CONDUCT.md [new file with mode: 0644]
third_party/spirv-cross/GLSL.std.450.h [new file with mode: 0644]
third_party/spirv-cross/LICENSE [new file with mode: 0644]
third_party/spirv-cross/Makefile [new file with mode: 0644]
third_party/spirv-cross/README.md [new file with mode: 0644]
third_party/spirv-cross/appveyor.yml [new file with mode: 0644]
third_party/spirv-cross/build_glslang_spirv_tools.sh [new file with mode: 0644]
third_party/spirv-cross/checkout_glslang_spirv_tools.sh [new file with mode: 0755]
third_party/spirv-cross/cmake/gitversion.in.h [new file with mode: 0644]
third_party/spirv-cross/format_all.sh [new file with mode: 0755]
third_party/spirv-cross/gn/BUILD.gn [new file with mode: 0644]
third_party/spirv-cross/include/spirv_cross/barrier.hpp [new file with mode: 0644]
third_party/spirv-cross/include/spirv_cross/external_interface.h [new file with mode: 0644]
third_party/spirv-cross/include/spirv_cross/image.hpp [new file with mode: 0644]
third_party/spirv-cross/include/spirv_cross/internal_interface.hpp [new file with mode: 0644]
third_party/spirv-cross/include/spirv_cross/sampler.hpp [new file with mode: 0644]
third_party/spirv-cross/include/spirv_cross/thread_group.hpp [new file with mode: 0644]
third_party/spirv-cross/main.cpp [new file with mode: 0644]
third_party/spirv-cross/pkg-config/spirv-cross-c-shared.pc.in [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/comp/access-chain-invalidate.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/comp/atomic-decrement.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/comp/atomic-increment.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/comp/bitcast_icmp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/comp/block-name-alias-global.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/comp/control-flow-hints.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/comp/global-parameter-name-alias.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/comp/nmin-max-clamp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/cbuffer-stripped.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/combined-sampler-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/empty-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/frem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/function-overload-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/image-extract-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/implicit-read-dep-phi.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/inf-nan-constant.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/line-directive.line.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/lut-promotion-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/pack-and-unpack-uint2.fxconly.nofxc.sm60.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/pass-by-value.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/sample-and-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/single-function-private-lut.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/srem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/storage-class-output-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/texel-fetch-no-lod.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/texture-sampling-fp16.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/unknown-depth-state.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/frag/unreachable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/vert/extract-transposed-matrix-from-struct.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/vert/spec-constant-op-composite.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/vert/uint-vertex-id-instance-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/asm/vert/vertex-id-instance-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/access-chain-load-composite.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/access-chains.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/access-chains.force-uav.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/address-buffers.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/atomic.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/barriers.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/builtins.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/composite-array-initialization.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/globallycoherent.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/image.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/image.nonwritable-uav-texture.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/inverse.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/num-workgroups-alone.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/num-workgroups-with-builtins.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/outer-product.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/rmw-matrix.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/rwbuffer-matrix.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/scalar-std450-distance-length-normalize.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/shared.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/spec-constant-op-member-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/spec-constant-work-group-size.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/ssbo-array-length.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/comp/ssbo-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/array-lut-no-loop-variable.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/basic-color-3comp.sm30.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/basic-color-3comp.sm50.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/basic.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/bit-conversions.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/boolean-mix.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/builtins.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/bvec-operations.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/clip-cull-distance.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/combined-texture-sampler-parameter.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/combined-texture-sampler-shadow.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/complex-expression-in-access-chain.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/constant-composites.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/control-dependent-in-branch.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/demote-to-helper.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/depth-greater-than.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/depth-less-than.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/dual-source-blending.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/early-fragment-test.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/for-loop-continue-control-flow.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/fp16-packing.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/front-facing.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/image-query-selective.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/image-query-uav.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/image-query-uav.nonwritable-uav-texture.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/image-query.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/input-attachment-ms.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/input-attachment.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/io-block.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/legacy-tex-modifiers.sm30.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/lut-promotion.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/matrix-input.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/mod.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/mrt.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/no-return.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/no-return2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/nonuniform-qualifier.nonuniformresource.sm51.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/partial-write-preserve.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/pixel-interlock-ordered.sm51.fxconly.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/point-coord-compat.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/query-lod.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/readonly-coherent-ssbo.force-uav.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/readonly-coherent-ssbo.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/resources.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/row-major-layout-in-struct.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/sample-cmp-level-zero.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/sample-mask-in-and-out.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/sample-mask-in.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/sample-mask-out.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/sampler-array.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/sampler-image-arrays.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/scalar-refract-reflect.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/separate-combined-fake-overload.sm30.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/spec-constant-block-size.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/spec-constant-ternary.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/switch-unsigned-case.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/swizzle-scalar.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/tex-sampling-ms.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/tex-sampling.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/tex-sampling.sm30.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/texel-fetch-offset.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/texture-proj-shadow.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/texture-size-combined-image-sampler.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/unary-enclose.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/unorm-snorm-packing.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/frag/various-glsl-ops.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/basic.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/clip-cull-distance.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/instancing.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/locations.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/matrix-attribute.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/matrix-output.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/no-input.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/point-size-compat.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/qualifiers.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/read-from-row-major-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/return-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/sampler-buffers.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/struct-composite-decl.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/texture_buffer.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/amd/shader_trinary_minmax.msl21.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/atomic-decrement.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/atomic-increment.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/bitcast_iadd.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/bitcast_icmp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/bitcast_sar.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/bitcast_sdiv.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/bitcast_slr.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/block-name-alias-global.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/buffer-write-relative-addr.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/buffer-write.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/global-parameter-name-alias.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/image-load-store-short-vector.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/multiple-entry.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/quantize.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/relaxed-block-layout.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/specialization-constant-workgroup.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/struct-resource-name-aliasing.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/variable-pointers-2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/variable-pointers-store-forwarding.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/vector-builtin-type-cast-func.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/comp/vector-builtin-type-cast.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/combined-sampler-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/default-member-names.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/descriptor-array-unnamed.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/disable-renamed-output.frag-output.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/empty-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/extract-packed-from-composite.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/frem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/function-overload-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/image-extract-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/implicit-read-dep-phi.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/inf-nan-constant.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/interpolation-qualifiers-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/line-directive.line.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/locations-components.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/lut-promotion-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/min-lod.msl22.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/op-constant-null.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/op-image-sampled-image.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/pass-by-value.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/phi-loop-variable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/pull-model-interpolation.asm.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/sample-and-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/single-function-private-lut.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/srem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/storage-class-output-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/texel-fetch-no-lod.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/texture-atomics.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/texture-atomics.asm.graphics-robust-access.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/texture-sampling-fp16.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/undef-variable-store.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/unknown-depth-state.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/unord-relational-op.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/unreachable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/frag/vector-shuffle-oom.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/tesc/tess-level-overrun.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/tesc/tess-level-overrun.multi-patch.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/tese/unnamed-builtin-array.asm.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/vert/clip-distance-plain-variable.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/vert/clip-distance-plain-variable.no-user-varying.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/vert/copy-memory-interface.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/vert/extract-transposed-matrix-from-struct.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/vert/fake-builtin-input.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/vert/invariant.msl21.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/vert/packed-bool-to-uint.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/vert/packed-bool2-to-packed_uint2.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/vert/packing-test.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/vert/spec-constant-op-composite.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/asm/vert/uint-vertex-id-instance-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/access-private-workgroup-in-function.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/argument-buffers-discrete.msl2.argument.discrete.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/argument-buffers-image-load-store.ios.msl2.argument.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/argument-buffers-image-load-store.msl2.argument.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/array-length.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/array-length.msl2.argument.discrete.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/atomic.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/barriers.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/basic.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/basic.dispatchbase.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/basic.dispatchbase.msl11.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/basic.inline-block.msl2.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/builtins.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/cfg-preserve-parameter.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/coherent-block.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/coherent-image.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/complex-composite-constant-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/complex-type-alias.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/composite-array-initialization.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/composite-array-initialization.force-native-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/composite-construct.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/copy-array-of-arrays.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/copy-array-of-arrays.force-native-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/culling.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/defer-parens.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/dowhile.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/force-recompile-hooks.swizzle.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/functions.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/global-invocation-id-writable-ssbo-in-function.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/global-invocation-id.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/image-atomic-automatic-bindings.argument.msl2.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/image-atomic-automatic-bindings.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/image-cube-array-load-store.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/image.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/insert.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/inverse.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/local-invocation-id.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/local-invocation-index.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/mat3.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/mod.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/modf.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/outer-product.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/packing-test-1.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/packing-test-2.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/read-write-only.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/rmw-matrix.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/rmw-opt.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/scalar-std450-distance-length-normalize.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/shared-array-of-arrays.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/shared.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/spec-constant-op-member-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/spec-constant-work-group-size.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/storage-buffer-std140-vector-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/struct-layout.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/struct-nested.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/struct-packing.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/torture-loop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/type-alias.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/udiv.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/comp/writable-ssbo.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/comp/extended-arithmetic.desktop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/frag/image-ms.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/frag/query-levels.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/frag/sampler-ms-query.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/tesc/arrayed-output.desktop.sso.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/tesc/basic.desktop.sso.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/tesc/basic.desktop.sso.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/tesc/struct-copy.desktop.sso.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/tesc/struct-copy.desktop.sso.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/tese/triangle.desktop.sso.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/vert/basic.desktop.sso.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/vert/clip-cull-distance..no-user-varying.desktop.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/vert/clip-cull-distance.desktop.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/vert/shader-draw-parameters.desktop.for-tess.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/desktop-only/vert/shader-draw-parameters.desktop.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/flatten/basic.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/flatten/multiindex.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/flatten/push-constant.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/flatten/rowmajor.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/flatten/struct.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/flatten/swizzle.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/flatten/types.flatten.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/argument-buffers.msl2.argument.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/array-lut-no-loop-variable.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/array-of-array-lut.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/array-of-texture-swizzle-nonconstant-uniform.msl2.argument.discrete.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/array-of-texture-swizzle-nonconstant-uniform.msl2.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/array-of-texture-swizzle.msl2.argument.discrete.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/array-of-texture-swizzle.msl2.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/barycentric-nv-nopersp.msl22.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/barycentric-nv.msl22.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/basic.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/binary-func-unpack-pack-arguments.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/binary-unpack-pack-arguments.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/bitcasting.1d-as-2d.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/bitcasting.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/buffer-read-write.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/buffer-read-write.texture-buffer-native.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/builtins.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/clip-distance-varying.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/complex-expression-in-access-chain.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/composite-extract-forced-temporary.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/constant-array.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/constant-composites.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/control-dependent-in-branch.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/depth-greater-than.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/depth-less-than.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/disable-frag-output.frag-output.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/dual-source-blending.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/early-fragment-tests.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/false-loop-init.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/flush_params.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/for-loop-continue-control-flow.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/for-loop-init.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/fp16-packing.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/fragment-component-padding.pad-fragment.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/front-facing.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/gather-dref.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/gather-offset.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/helper-invocation.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/huge-argument-buffer.device-argument-buffer.argument.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/illegal-name-test-0.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/image-query-lod.msl22.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/in_block.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/in_mat.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/input-attachment-ms.arrayed-subpass.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/input-attachment-ms.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/input-attachment-ms.multiview.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/input-attachment.arrayed-subpass.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/input-attachment.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/input-attachment.multiview.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/interpolation-qualifiers-block.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/interpolation-qualifiers.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/lut-promotion.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/mix.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/mrt-array.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/nonuniform-qualifier.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/packed-expression-vector-shuffle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/packing-test-3.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/pixel-interlock-ordered.msl2.argument.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/pixel-interlock-ordered.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/pls.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/post-depth-coverage.ios.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/post-depth-coverage.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/private-variable-prototype-declaration.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/readonly-ssbo.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sample-depth-propagate-state-from-resource.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sample-depth-separate-image-sampler.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sample-mask-in-and-out.fixed-sample-mask.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sample-mask-not-used.fixed-sample-mask.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sample-mask.fixed-sample-mask.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sample-mask.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sample-position-func.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sample-position.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sampler-1d-lod.1d-as-2d.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sampler-1d-lod.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sampler-compare-bias.msl23.1d-as-2d.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sampler-compare-cascade-gradient.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sampler-compare-cascade-gradient.ios.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sampler-compare-cascade-gradient.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sampler-image-arrays.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sampler-ms.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/sampler.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/scalar-refract-reflect.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/separate-image-sampler-argument.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/shader-arithmetic-8bit.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/spec-constant-block-size.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/spec-constant-ternary.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/stencil-export.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/subgroup-builtins.msl22.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/switch-unsigned-case.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/texel-fetch-offset.1d-as-2d.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/texel-fetch-offset.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/texture-cube-array.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/texture-cube-array.ios.emulate-cube-array.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/texture-multisample-array.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/texture-proj-shadow.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/ubo_layout.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/unary-enclose.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/vecsize-mismatch.shader-inputs.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/frag/write-depth-in-function.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/intel/shader-integer-functions2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/legacy/vert/transpose.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/basic.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/basic.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/load-control-point-array-of-matrix.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/load-control-point-array-of-matrix.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/load-control-point-array-of-struct.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/load-control-point-array-of-struct.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/load-control-point-array.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/load-control-point-array.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/matrix-output.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/reload-tess-level.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/reload-tess-level.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/struct-output.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/water_tess.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tesc/water_tess.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tese/input-array.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tese/input-types.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tese/load-control-point-array-of-matrix.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tese/load-control-point-array.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tese/quad.domain.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tese/quad.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tese/set-from-function.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tese/triangle-tess-level.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tese/triangle.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/tese/water_tess.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/basic.capture.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/basic.for-tess.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/basic.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/clip-distance-block.no-user-varying.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/clip-distance-block.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/copy.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/dynamic.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/float-math.invariant-float-math.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/float-math.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/functions.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/in_out_array_mat.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/interface-block-block-composites.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/interface-block-block-composites.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/interpolation-qualifiers-block.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/interpolation-qualifiers.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/invariant.msl21.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/leaf-function.capture.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/leaf-function.for-tess.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/no-disable-vertex-out.frag-output.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/no_stage_out.for-tess.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/no_stage_out.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/no_stage_out.write_buff.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/no_stage_out.write_buff_atomic.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/no_stage_out.write_tex.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/out_block.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/packed-bool-to-uint.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/packed-bool2-to-packed_uint2.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/packed_matrix.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/pointsize.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/read-from-row-major-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/resource-arrays-leaf.ios.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/resource-arrays.ios.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/return-array.force-native-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/return-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/set_builtin_in_func.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/sign-int-types.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/signedness-mismatch.shader-inputs.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/texture_buffer.texture-buffer-native.msl21.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/texture_buffer.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/ubo.alignment.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vert/ubo.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/frag/basic.multiview.no-layered.nocompat.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/frag/basic.multiview.nocompat.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/frag/demote-to-helper-forwarding.asm.vk.nocompat.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/frag/demote-to-helper.vk.nocompat.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/frag/demote-to-helper.vk.nocompat.msl23.ios.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/frag/push-constant.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/frag/spec-constant.msl11.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/frag/spec-constant.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/vert/device-group.multiview.viewfromdev.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/vert/device-group.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/vert/multiview.multiview.no-layered.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/vert/multiview.multiview.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/vert/multiview.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/vert/small-storage.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-msl/vulkan/vert/vulkan-vertex.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/frag/depth-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/frag/global-constant-arrays.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/frag/padded-float-array-member-defef.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/frag/sample-mask-not-array.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/frag/subpass-input.ios.framebuffer-fetch.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/frag/subpass-input.msl23.framebuffer-fetch.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/frag/texture-atomics.asm.argument.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/frag/texture-atomics.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/frag/texture-atomics.asm.graphics-robust-access.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/tesc/hs-incorrect-base-type.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/tesc/hs-input-array-access.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/tesc/hs-texcoord-array.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/tesc/tess-factor-must-be-threadgroup.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/tese/ds-double-gl-in-deref.asm.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/tese/ds-patch-input-fixes.asm.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/tese/ds-patch-inputs.asm.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/tese/ds-texcoord-array.asm.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/vert/array-missing-copies.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders-ue4/asm/vert/texture-buffer.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/amd/gcn_shader.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/amd/shader_ballot.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/amd/shader_group_vote.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/amd/shader_trinary_minmax.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/atomic-decrement.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/atomic-increment.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/bitcast_iadd.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/bitcast_icmp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/bitcast_iequal.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/bitcast_sar.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/bitcast_sdiv.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/bitcast_slr.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/block-name-alias-global.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/builtin-compute-bitcast.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/decoration-group.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/global-parameter-name-alias.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/hlsl-functionality.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/logical.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/multiple-entry.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/nmin-max-clamp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/op-phi-swap.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/quantize.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/recompile-block-naming.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/specialization-constant-workgroup.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/comp/switch-break-ladder.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/combined-sampler-reuse.vk.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/combined-sampler-reuse.vk.asm.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/complex-name-workarounds.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/composite-construct-struct-no-swizzle.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/default-member-names.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/do-while-statement-fallback.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/empty-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/for-loop-phi-only-continue.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/frem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/function-overload-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/hlsl-sample-cmp-level-zero-cube.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/hlsl-sample-cmp-level-zero.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/image-extract-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/image-fetch-no-sampler.asm.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/image-fetch-no-sampler.asm.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/image-fetch-no-sampler.no-samplerless.asm.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/image-fetch-no-sampler.no-samplerless.asm.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/image-query-no-sampler.no-samplerless.vk.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/image-query-no-sampler.no-samplerless.vk.asm.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/image-query-no-sampler.vk.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/image-query-no-sampler.vk.asm.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/implicit-read-dep-phi.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/inf-nan-constant-double.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/inf-nan-constant.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/invalidation.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/line-directive.line.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/locations-components.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/loop-body-dominator-continue-access.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/loop-header-to-continue.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/lut-promotion-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/multi-for-loop-init.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/op-constant-null.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/op-phi-swap-continue-block.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/pack-and-unpack-uint2.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/pass-by-value.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/phi-loop-variable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/sample-and-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/sampler-buffer-array-without-sampler.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/sampler-buffer-without-sampler.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/single-function-private-lut.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/srem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/storage-class-output-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/struct-composite-extract-swizzle.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/switch-label-shared-block.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/temporary-name-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/temporary-phi-hoisting.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/texel-fetch-no-lod.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/texture-sampling-fp16.asm.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/texture-sampling-fp16.asm.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/undef-variable-store.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/unknown-depth-state.asm.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/unknown-depth-state.asm.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/unreachable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/frag/vector-shuffle-oom.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/geom/block-name-namespace.asm.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/geom/inout-split-access-chain-handle.asm.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/geom/split-access-chain-input.asm.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/geom/unroll-glposition-load.asm.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/tese/unroll-input-array-load.asm.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/vert/empty-io.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/vert/extract-transposed-matrix-from-struct.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/vert/global-builtin.sso.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/vert/invariant-block.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/vert/invariant-block.sso.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/vert/invariant.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/vert/invariant.sso.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/vert/spec-constant-op-composite.asm.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/vert/spec-constant-op-composite.asm.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/asm/vert/uint-vertex-id-instance-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/atomic.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/bake_gradient.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/barriers.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/basic.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/casts.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/cfg-preserve-parameter.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/cfg.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/coherent-block.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/coherent-image.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/composite-array-initialization.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/composite-construct.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/culling.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/defer-parens.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/dowhile.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/generate_height.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/image.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/insert.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/mat3.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/mod.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/modf.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/outer-product.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/read-write-only.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/rmw-matrix.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/rmw-opt.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/scalar-std450-distance-length-normalize.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/shared.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/ssbo-array-length.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/ssbo-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/struct-layout.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/struct-packing.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/torture-loop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/type-alias.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/comp/udiv.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/comp/enhanced-layouts.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/comp/extended-arithmetic.desktop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/comp/fp64.desktop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/comp/image-formats.desktop.noeliminate.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/comp/int64.desktop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/clip-cull-distance.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/control-dependent-in-branch.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/depth-greater-than.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/depth-less-than.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/dual-source-blending.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/hlsl-uav-block-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/image-ms.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/image-query.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/image-size.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/image-size.no-qualifier-deduction.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/in-block-qualifiers.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/layout-component.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/query-levels.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/query-lod.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/sampler-ms-query.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/stencil-export.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/frag/texture-proj-shadow.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/geom/basic.desktop.sso.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/geom/viewport-index.desktop.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/tesc/basic.desktop.sso.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/tese/triangle.desktop.sso.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/vert/basic.desktop.sso.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/vert/clip-cull-distance.desktop.sso.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/vert/clip-cull-distance.desktop.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/vert/out-block-qualifiers.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/vert/shader-draw-parameters-450.desktop.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/vert/shader-draw-parameters-450.desktop.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/vert/shader-draw-parameters.desktop.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/desktop-only/vert/shader-draw-parameters.desktop.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/flatten/array.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/flatten/basic.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/flatten/copy.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/flatten/dynamic.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/flatten/matrix-conversion.flatten.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/flatten/matrixindex.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/flatten/multiindex.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/flatten/push-constant.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/flatten/rowmajor.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/flatten/struct.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/flatten/struct.rowmajor.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/flatten/swizzle.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/flatten/types.flatten.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/array-lut-no-loop-variable.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/avoid-expression-lowering-to-loop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/barycentric-nv.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/basic.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/complex-expression-in-access-chain.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/composite-extract-forced-temporary.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/constant-array.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/constant-composites.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/false-loop-init.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/flush_params.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/for-loop-continue-control-flow.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/for-loop-init.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/frexp-modf.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/front-facing.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/gather-dref.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/ground.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/helper-invocation.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/hoisted-temporary-use-continue-block-as-value.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/image-load-store-uint-coord.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/inside-loop-dominated-variable-preservation.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/loop-dominator-and-switch-default.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/lut-promotion.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/mix.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/partial-write-preserve.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/pixel-interlock-ordered.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/pixel-interlock-unordered.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/pls.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/post-depth-coverage-es.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/post-depth-coverage.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/round-even.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/round.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/sample-interlock-ordered.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/sample-interlock-unordered.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/sample-parameter.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/sampler-ms.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/sampler-proj.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/sampler.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/scalar-refract-reflect.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/selection-block-dominator.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/struct-type-unrelated-alias.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/switch-unsigned-case.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/texel-fetch-offset.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/ubo-load-row-major-workaround.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/ubo_layout.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/frag/unary-enclose.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/geom/basic.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/geom/geometry-passthrough.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/geom/lines-adjacency.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/geom/lines.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/geom/multi-stream.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/geom/points.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/geom/single-invocation.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/geom/transform-feedback-streams.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/geom/triangles-adjacency.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/geom/triangles.geom [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/fragment/explicit-lod.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/fragment/explicit-lod.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/fragment/fma.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/fragment/io-blocks.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/fragment/multiple-struct-flattening.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/fragment/round.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/fragment/struct-varying.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/fragment/switch.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/vert/implicit-lod.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/vert/io-block.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/vert/struct-flatten-inner-array.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/vert/struct-flatten-stores-multi-dimension.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/vert/struct-varying.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/vert/switch-nested.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/legacy/vert/transpose.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/tesc/basic.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/tesc/water_tess.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/tese/ccw.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/tese/cw.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/tese/equal.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/tese/fractional_even.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/tese/fractional_odd.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/tese/input-array.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/tese/line.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/tese/load-array-of-array.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/tese/patch-input-array.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/tese/triangle.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/tese/water_tess.tese [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vert/basic.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vert/ground.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vert/invariant.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vert/ocean.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vert/read-from-row-major-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vert/return-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vert/texture_buffer.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vert/transform-feedback-decorations.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vert/ubo.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/comp/array-of-buffer-reference.nocompat.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/comp/buffer-reference-bitcast.nocompat.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/comp/buffer-reference.nocompat.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/comp/spec-constant-op-member-array.vk.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/comp/spec-constant-op-member-array.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/comp/spec-constant-work-group-size.vk.comp [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/comp/spec-constant-work-group-size.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/combined-texture-sampler.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/combined-texture-sampler.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/demote-to-helper-forwarding.asm.vk.nocompat.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/demote-to-helper.vk.nocompat.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/desktop-mediump.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/desktop-mediump.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/input-attachment-ms.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/input-attachment-ms.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/input-attachment.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/input-attachment.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/nonuniform-qualifier.vk.nocompat.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/push-constant-as-ubo.push-ubo.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/push-constant-as-ubo.push-ubo.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/push-constant.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/push-constant.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/separate-combined-fake-overload.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/separate-combined-fake-overload.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/separate-sampler-texture-array.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/separate-sampler-texture-array.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/separate-sampler-texture.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/separate-sampler-texture.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/shader-arithmetic-8bit.nocompat.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/spec-constant-block-size.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/spec-constant-block-size.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/spec-constant-ternary.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/frag/spec-constant-ternary.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/hit_attribute_block.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/hit_attribute_block_in_function.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/hit_attribute_plain.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/hit_attribute_struct.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/hit_kind.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/hit_t.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/incoming_ray_flags.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/instance_custom_id.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/instance_id.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/object_ray_direction.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/object_ray_origin.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/object_to_world.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/payloads.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/primitive_id.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/ray_tmax.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/ray_tmin.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/ray_tracing.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/world_ray_direction.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/world_ray_origin.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rchit/world_to_object.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rgen/execute_callable.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rgen/launch_id.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rgen/launch_size.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rgen/payloads.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rgen/pure_call.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rgen/ray_tracing.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rgen/shader_record_buffer.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/rmiss/ray_tracing.nocompat.vk.rmiss.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/vert/device-group.nocompat.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/vert/multiview.nocompat.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/vert/small-storage.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/vert/small-storage.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/vert/vulkan-vertex.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/opt/shaders/vulkan/vert/vulkan-vertex.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/access-chain-load-store-composite.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/aliased-struct-divergent-member-name.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/atomic-load-store.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/atomic-result-temporary.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/bitfield-signed-operations.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/bitscan.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/buffer-atomic-nonuniform.asm.sm51.nonuniformresource.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/constant-composite-undef.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/glsl-signed-operations.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/glsl.std450.frexp-modf-struct.fxconly.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/image-atomic-nonuniform.asm.sm51.nonuniformresource.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/specialization-constant-workgroup.nofxc.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/storage-buffer-basic.invalid.nofxc.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/empty-struct-in-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/image-fetch-uint-coord.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/nonuniform-bracket-handling-2.nonuniformresource.sm51.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/nonuniform-qualifier-propagation.nonuniformresource.sm51.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/phi.zero-initialize.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/pixel-interlock-callstack.sm51.fxconly.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/pixel-interlock-control-flow.sm51.fxconly.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/pixel-interlock-split-functions.sm51.fxconly.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/struct-packing-last-element-array-matrix-rule.invalid.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/subgroup-arithmetic-cast.invalid.nofxc.sm60.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/switch-block-case-fallthrough.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/unordered-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/frag/vector-shuffle-undef-index.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/temporary.zero-initialize.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/vert/complex-link-by-name.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/asm/vert/empty-struct-composite.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/comp/bitfield.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/comp/glsl.std450.fxconly.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/comp/illegal-struct-name.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/comp/subgroups.invalid.nofxc.sm60.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/frag/cbuffer-packing-straddle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/frag/constant-buffer-array.invalid.sm51.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/frag/fp16.invalid.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/frag/frag-coord.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/frag/native-16bit-types.fxconly.nofxc.sm62.native-16bit.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/frag/pixel-interlock-simple-callstack.sm51.fxconly.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/frag/spec-constant.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/frag/ubo-offset-out-of-order.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/frag/variables.zero-initialize.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/vert/flatten-matrix-input.flatten-matrix-vertex-input.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl-no-opt/vert/pass-array-by-value.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/comp/access-chain-invalidate.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/comp/atomic-decrement.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/comp/atomic-increment.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/comp/bitcast_icmp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/comp/block-name-alias-global.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/comp/control-flow-hints.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/comp/global-parameter-name-alias.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/comp/nmin-max-clamp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/cbuffer-stripped.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/combined-sampler-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/empty-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/frem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/function-overload-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/image-extract-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/implicit-read-dep-phi.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/inf-nan-constant.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/line-directive.line.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/lut-promotion-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/pack-and-unpack-uint2.fxconly.nofxc.sm60.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/pass-by-value.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/sample-and-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/single-function-private-lut.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/srem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/storage-class-output-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/texel-fetch-no-lod.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/texture-sampling-fp16.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/unknown-depth-state.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/frag/unreachable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/vert/extract-transposed-matrix-from-struct.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/vert/spec-constant-op-composite.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/vert/uint-vertex-id-instance-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/asm/vert/vertex-id-instance-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/access-chain-load-composite.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/access-chains.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/access-chains.force-uav.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/address-buffers.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/atomic.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/barriers.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/builtins.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/composite-array-initialization.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/globallycoherent.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/image.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/image.nonwritable-uav-texture.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/inverse.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/num-workgroups-alone.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/num-workgroups-with-builtins.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/outer-product.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/rmw-matrix.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/rwbuffer-matrix.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/scalar-std450-distance-length-normalize.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/shared.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/spec-constant-op-member-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/spec-constant-work-group-size.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/ssbo-array-length.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/comp/ssbo-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/array-lut-no-loop-variable.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/basic-color-3comp.sm30.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/basic-color-3comp.sm50.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/basic.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/bit-conversions.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/boolean-mix.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/builtins.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/bvec-operations.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/clip-cull-distance.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/combined-texture-sampler-parameter.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/combined-texture-sampler-shadow.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/complex-expression-in-access-chain.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/constant-composites.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/control-dependent-in-branch.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/demote-to-helper.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/depth-greater-than.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/depth-less-than.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/dual-source-blending.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/early-fragment-test.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/for-loop-continue-control-flow.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/fp16-packing.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/front-facing.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/image-query-selective.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/image-query-uav.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/image-query-uav.nonwritable-uav-texture.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/image-query.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/input-attachment-ms.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/input-attachment.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/io-block.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/legacy-tex-modifiers.sm30.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/lut-promotion.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/matrix-input.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/mod.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/mrt.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/no-return.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/no-return2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/nonuniform-qualifier.nonuniformresource.sm51.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/partial-write-preserve.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/pixel-interlock-ordered.sm51.fxconly.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/point-coord-compat.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/query-lod.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/readonly-coherent-ssbo.force-uav.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/readonly-coherent-ssbo.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/resources.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/row-major-layout-in-struct.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/sample-cmp-level-zero.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/sample-mask-in-and-out.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/sample-mask-in.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/sample-mask-out.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/sampler-array.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/sampler-image-arrays.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/scalar-refract-reflect.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/separate-combined-fake-overload.sm30.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/spec-constant-block-size.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/spec-constant-ternary.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/switch-unsigned-case.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/swizzle-scalar.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/tex-sampling-ms.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/tex-sampling.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/tex-sampling.sm30.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/texel-fetch-offset.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/texture-proj-shadow.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/texture-size-combined-image-sampler.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/unary-enclose.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/unorm-snorm-packing.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/frag/various-glsl-ops.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/basic.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/clip-cull-distance.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/instancing.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/locations.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/matrix-attribute.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/matrix-output.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/no-input.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/point-size-compat.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/qualifiers.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/read-from-row-major-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/return-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/sampler-buffers.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/struct-composite-decl.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-hlsl/vert/texture_buffer.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/aliased-struct-divergent-member-name.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/arithmetic-conversion-signs.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/atomic-load-store.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/atomic-result-temporary.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/bitcast-fp16-fp32.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/bitfield-signed-operations.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/bitscan.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/composite-construct-buffer-struct.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/constant-composite-undef.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/copy-logical-2.spv14.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/copy-logical.spv14.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/device-array-load-temporary.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/device-array-load-temporary.force-native-array.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/device-constant-array-load-store.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/device-constant-array-load-store.force-native-array.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/glsl-signed-operations.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/glsl.std450.frexp-modf-struct.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/storage-buffer-basic.invalid.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/storage-buffer-pointer-argument.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/comp/variable-pointers.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/component-insert-packed-expression.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/empty-struct-in-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/image-fetch-uint-coord.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/image-gather.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/image-type-normal-comparison-usage.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/input-attachment-unused-frag-coord.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/modf-frexp-scalar-access-chain-output.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/phi.zero-initialize.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/pixel-interlock-callstack.msl2.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/pixel-interlock-control-flow.msl2.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/pixel-interlock-split-functions.msl2.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/private-initializer-direct-store.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/subgroup-arithmetic-cast.msl21.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/switch-block-case-fallthrough.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/texture-access.swizzle.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/frag/vector-shuffle-undef-index.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/composite-extract-row-major.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding-2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding-3.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding-4.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding-5.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/packed-vector-extract-insert.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/row-major-split-access-chain.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/scalar-array-float2.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/scalar-array-float3-one-element.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/scalar-array-float3.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/scalar-float2x2-col-major.invalid.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/scalar-float2x2-row-major.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/scalar-float2x3-col-major.invalid.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/scalar-float2x3-row-major.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/scalar-float3x2-col-major.invalid.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/scalar-float3x2-row-major.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/scalar-float3x3-col-major.invalid.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/packing/scalar-float3x3-row-major.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/temporary.zero-initialize.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/tesc/tess-fixed-input-array-builtin-array.invalid.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/tesc/tess-fixed-input-array-builtin-array.invalid.multi-patch.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/vert/composite-extract-physical-type-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/vert/empty-struct-composite.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/asm/vert/op-load-forced-temporary-array.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/array-copy-threadgroup-memory.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/basic.dynamic-buffer.msl2.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/bitcast-16bit-1.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/bitcast-16bit-2.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/bitfield.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/glsl.std450.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/illegal-struct-name.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/int64.invalid.msl22.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/loop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/return.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/std140-array-load-composite-construct.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/struct-packing-scalar.nocompat.invalid.vk.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/subgroups.nocompat.invalid.vk.msl21.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/comp/subgroups.nocompat.invalid.vk.msl21.ios.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/components/fragment-input-component.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/components/fragment-output-component.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/components/fragment-output-component.pad-fragment.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/components/vertex-input-component.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/components/vertex-output-component.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/16bit-constants.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/demote-to-helper.vk.nocompat.msl21.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/depth-image-gather.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/force-active-resources.msl2.argument..force-active.discrete.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/fp16.desktop.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/image-gather.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/in_block_assign.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/min-max-clamp.invalid.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/pixel-interlock-simple-callstack.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/scalar-block-layout-ubo-std430.vk.nocompat.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/shadow-compare-global-alias.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/subgroups.nocompat.invalid.vk.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/subpass-input-attachment-index-fallback.msl20.ios.framebuffer-fetch.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/subpass-input-attachment-index-fallback.msl23.framebuffer-fetch.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/subpass-input-function-argument.framebuffer-fetch.ios.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/subpass-input-function-argument.framebuffer-fetch.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/texture-access-int.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/texture-access-leaf.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/texture-access-uint.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/texture-access.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/ubo-array-multiple-structs-access-chain.argument.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/ubo-array-multiple-structs-access-chain.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/ubo-offset-out-of-order.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/frag/variables.zero-initialize.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/array-of-vec3.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/array-of-vec4.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/isolated-scalar-access.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/load-store-col-rows.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-2x2-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-2x2-std140.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-2x2-std430.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-2x3-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-2x3-std140.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-2x3-std430.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-2x4-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-2x4-std140.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-2x4-std430.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-3x2-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-3x2-std140.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-3x2-std430.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-3x3-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-3x3-std140.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-3x3-std430.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-3x4-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-3x4-std140.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-3x4-std430.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-4x2-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-4x2-std140.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-4x2-std430.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-4x3-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-4x3-std140.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-4x3-std430.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-4x4-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-4x4-std140.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-4x4-std430.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-multiply-row-major.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-multiply-unpacked-col-major-2.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-multiply-unpacked-col-major.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-multiply-unpacked-row-major-2.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/matrix-multiply-unpacked-row-major.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/member-padding.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/std140-array-of-vectors.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/struct-alignment.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/struct-packing-array-of-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/struct-packing-recursive.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/struct-packing.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/struct-size-padding-array-of-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/packing/struct-size-padding.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/vert/functions_nested.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/vert/layer.msl11.invalid.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/vert/pass-array-by-value.force-native-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/vert/pass-array-by-value.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/vert/viewport-index.msl2.invalid.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl-no-opt/vulkan/frag/texture-access-function.swizzle.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/amd/shader_trinary_minmax.msl21.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/atomic-decrement.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/atomic-increment.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/bitcast_iadd.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/bitcast_icmp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/bitcast_sar.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/bitcast_sdiv.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/bitcast_slr.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/block-name-alias-global.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/buffer-write-relative-addr.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/buffer-write.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/global-parameter-name-alias.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/image-load-store-short-vector.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/multiple-entry.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/quantize.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/relaxed-block-layout.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/specialization-constant-workgroup.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/struct-resource-name-aliasing.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/variable-pointers-2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/variable-pointers-store-forwarding.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/vector-builtin-type-cast-func.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/comp/vector-builtin-type-cast.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/combined-sampler-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/default-member-names.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/descriptor-array-unnamed.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/disable-renamed-output.frag-output.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/empty-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/extract-packed-from-composite.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/frem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/function-overload-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/image-extract-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/implicit-read-dep-phi.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/inf-nan-constant.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/interpolation-qualifiers-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/line-directive.line.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/locations-components.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/lut-promotion-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/min-lod.msl22.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/op-constant-null.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/op-image-sampled-image.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/pass-by-value.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/phi-loop-variable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/pull-model-interpolation.asm.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/sample-and-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/single-function-private-lut.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/srem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/storage-class-output-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/texel-fetch-no-lod.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/texture-atomics.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/texture-atomics.asm.graphics-robust-access.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/texture-sampling-fp16.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/undef-variable-store.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/unknown-depth-state.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/unord-relational-op.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/unreachable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/frag/vector-shuffle-oom.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/tesc/tess-level-overrun.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/tesc/tess-level-overrun.multi-patch.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/tese/unnamed-builtin-array.asm.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/vert/clip-distance-plain-variable.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/vert/clip-distance-plain-variable.no-user-varying.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/vert/copy-memory-interface.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/vert/extract-transposed-matrix-from-struct.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/vert/fake-builtin-input.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/vert/invariant.msl21.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/vert/packed-bool-to-uint.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/vert/packed-bool2-to-packed_uint2.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/vert/packing-test.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/vert/spec-constant-op-composite.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/asm/vert/uint-vertex-id-instance-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/access-private-workgroup-in-function.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/argument-buffers-discrete.msl2.argument.discrete.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/argument-buffers-image-load-store.ios.msl2.argument.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/argument-buffers-image-load-store.msl2.argument.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/array-length.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/array-length.msl2.argument.discrete.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/atomic.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/barriers.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/basic.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/basic.dispatchbase.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/basic.dispatchbase.msl11.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/basic.inline-block.msl2.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/builtins.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/cfg-preserve-parameter.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/coherent-block.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/coherent-image.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/complex-composite-constant-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/complex-type-alias.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/composite-array-initialization.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/composite-array-initialization.force-native-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/composite-construct.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/copy-array-of-arrays.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/copy-array-of-arrays.force-native-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/culling.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/defer-parens.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/dowhile.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/force-recompile-hooks.swizzle.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/functions.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/global-invocation-id-writable-ssbo-in-function.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/global-invocation-id.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/image-atomic-automatic-bindings.argument.msl2.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/image-atomic-automatic-bindings.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/image-cube-array-load-store.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/image.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/insert.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/inverse.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/local-invocation-id.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/local-invocation-index.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/mat3.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/mod.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/modf.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/outer-product.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/packing-test-1.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/packing-test-2.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/read-write-only.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/rmw-matrix.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/rmw-opt.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/scalar-std450-distance-length-normalize.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/shared-array-of-arrays.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/shared.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/spec-constant-op-member-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/spec-constant-work-group-size.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/storage-buffer-std140-vector-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/struct-layout.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/struct-nested.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/struct-packing.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/torture-loop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/type-alias.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/udiv.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/comp/writable-ssbo.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/comp/extended-arithmetic.desktop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/frag/image-ms.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/frag/query-levels.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/frag/sampler-ms-query.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/tesc/arrayed-output.desktop.sso.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/tesc/basic.desktop.sso.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/tesc/basic.desktop.sso.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/tesc/struct-copy.desktop.sso.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/tesc/struct-copy.desktop.sso.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/tese/triangle.desktop.sso.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/vert/basic.desktop.sso.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/vert/clip-cull-distance..no-user-varying.desktop.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/vert/clip-cull-distance.desktop.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/vert/shader-draw-parameters.desktop.for-tess.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/desktop-only/vert/shader-draw-parameters.desktop.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/flatten/basic.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/flatten/multiindex.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/flatten/push-constant.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/flatten/rowmajor.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/flatten/struct.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/flatten/swizzle.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/flatten/types.flatten.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/argument-buffers.msl2.argument.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/array-lut-no-loop-variable.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/array-of-array-lut.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/array-of-texture-swizzle-nonconstant-uniform.msl2.argument.discrete.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/array-of-texture-swizzle-nonconstant-uniform.msl2.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/array-of-texture-swizzle.msl2.argument.discrete.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/array-of-texture-swizzle.msl2.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/barycentric-nv-nopersp.msl22.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/barycentric-nv.msl22.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/basic.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/binary-func-unpack-pack-arguments.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/binary-unpack-pack-arguments.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/bitcasting.1d-as-2d.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/bitcasting.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/buffer-read-write.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/buffer-read-write.texture-buffer-native.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/builtins.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/clip-distance-varying.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/complex-expression-in-access-chain.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/composite-extract-forced-temporary.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/constant-array.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/constant-composites.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/control-dependent-in-branch.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/depth-greater-than.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/depth-less-than.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/disable-frag-output.frag-output.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/dual-source-blending.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/early-fragment-tests.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/false-loop-init.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/flush_params.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/for-loop-continue-control-flow.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/for-loop-init.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/fp16-packing.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/fragment-component-padding.pad-fragment.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/front-facing.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/gather-dref.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/gather-offset.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/helper-invocation.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/huge-argument-buffer.device-argument-buffer.argument.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/illegal-name-test-0.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/image-query-lod.msl22.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/in_block.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/in_mat.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/input-attachment-ms.arrayed-subpass.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/input-attachment-ms.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/input-attachment-ms.multiview.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/input-attachment.arrayed-subpass.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/input-attachment.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/input-attachment.multiview.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/interpolation-qualifiers-block.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/interpolation-qualifiers.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/lut-promotion.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/mix.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/mrt-array.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/nonuniform-qualifier.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/packed-expression-vector-shuffle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/packing-test-3.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/pixel-interlock-ordered.msl2.argument.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/pixel-interlock-ordered.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/pls.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/post-depth-coverage.ios.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/post-depth-coverage.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/private-variable-prototype-declaration.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/readonly-ssbo.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sample-depth-propagate-state-from-resource.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sample-depth-separate-image-sampler.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sample-mask-in-and-out.fixed-sample-mask.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sample-mask-not-used.fixed-sample-mask.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sample-mask.fixed-sample-mask.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sample-mask.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sample-position-func.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sample-position.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sampler-1d-lod.1d-as-2d.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sampler-1d-lod.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sampler-compare-bias.msl23.1d-as-2d.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sampler-compare-cascade-gradient.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sampler-compare-cascade-gradient.ios.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sampler-compare-cascade-gradient.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sampler-image-arrays.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sampler-ms.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/sampler.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/scalar-refract-reflect.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/separate-image-sampler-argument.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/shader-arithmetic-8bit.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/spec-constant-block-size.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/spec-constant-ternary.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/stencil-export.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/subgroup-builtins.msl22.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/switch-unsigned-case.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/texel-fetch-offset.1d-as-2d.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/texel-fetch-offset.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/texture-cube-array.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/texture-cube-array.ios.emulate-cube-array.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/texture-multisample-array.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/texture-proj-shadow.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/ubo_layout.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/unary-enclose.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/vecsize-mismatch.shader-inputs.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/frag/write-depth-in-function.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/intel/shader-integer-functions2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/legacy/vert/transpose.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/basic.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/basic.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/load-control-point-array-of-matrix.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/load-control-point-array-of-matrix.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/load-control-point-array-of-struct.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/load-control-point-array-of-struct.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/load-control-point-array.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/load-control-point-array.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/matrix-output.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/reload-tess-level.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/reload-tess-level.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/struct-output.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/water_tess.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tesc/water_tess.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tese/input-array.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tese/input-types.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tese/load-control-point-array-of-matrix.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tese/load-control-point-array.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tese/quad.domain.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tese/quad.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tese/set-from-function.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tese/triangle-tess-level.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tese/triangle.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/tese/water_tess.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/basic.capture.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/basic.for-tess.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/basic.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/clip-distance-block.no-user-varying.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/clip-distance-block.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/copy.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/dynamic.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/float-math.invariant-float-math.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/float-math.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/functions.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/in_out_array_mat.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/interface-block-block-composites.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/interface-block-block-composites.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/interpolation-qualifiers-block.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/interpolation-qualifiers.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/invariant.msl21.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/leaf-function.capture.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/leaf-function.for-tess.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/no-disable-vertex-out.frag-output.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/no_stage_out.for-tess.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/no_stage_out.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/no_stage_out.write_buff.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/no_stage_out.write_buff_atomic.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/no_stage_out.write_tex.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/out_block.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/packed-bool-to-uint.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/packed-bool2-to-packed_uint2.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/packed_matrix.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/pointsize.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/read-from-row-major-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/resource-arrays-leaf.ios.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/resource-arrays.ios.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/return-array.force-native-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/return-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/set_builtin_in_func.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/sign-int-types.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/signedness-mismatch.shader-inputs.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/texture_buffer.texture-buffer-native.msl21.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/texture_buffer.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/ubo.alignment.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vert/ubo.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/frag/basic.multiview.no-layered.nocompat.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/frag/basic.multiview.nocompat.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/frag/demote-to-helper-forwarding.asm.vk.nocompat.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/frag/demote-to-helper.vk.nocompat.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/frag/demote-to-helper.vk.nocompat.msl23.ios.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/frag/push-constant.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/frag/spec-constant.msl11.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/frag/spec-constant.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/vert/device-group.multiview.viewfromdev.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/vert/device-group.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/vert/multiview.multiview.no-layered.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/vert/multiview.multiview.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/vert/multiview.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/vert/small-storage.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-msl/vulkan/vert/vulkan-vertex.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/access-chain-dominator-in-loop-body-2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/access-chain-dominator-in-loop-body.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/access-tracking-function-call-result.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/aliased-struct-divergent-member-name.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/arithmetic-conversion-signs.asm.nocompat.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/atomic-load-store.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/atomic-result-temporary.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/bitcast-fp16-fp32.asm.vk.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/bitcast-fp16-fp32.asm.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/bitfield-signed-operations.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/bitscan.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/buffer-atomic-nonuniform.vk.nocompat.asm.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/buffer-reference-synthesized-pointer-2.asm.nocompat.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/buffer-reference-synthesized-pointer.asm.nocompat.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/constant-composite-undef.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/copy-logical.spv14.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/extended-debug-extinst.invalid.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/glsl-signed-operations.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/glsl.std450.frexp-modf-struct.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/image-atomic-nonuniform.vk.nocompat.asm.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/loop-variable-with-initializer.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/nonuniform-bracket-handling.vk.nocompat.asm.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/phi-temporary-copy-loop-variable.asm.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/spec-constant-op-convert-sign.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/comp/storage-buffer-basic.invalid.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/combined-image-sampler-dxc-min16float.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/demote-impure-function-call.vk.nocompat.asm.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/discard-impure-function-call.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/do-while-continue-phi.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/do-while-loop-inverted-test.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/early-conditional-return-switch.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/empty-struct-in-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/for-loop-dedicated-merge-block-inverted.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/for-loop-dedicated-merge-block-non-inverted.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/for-loop-inverted-test.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/image-fetch-uint-coord.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/inliner-dominator-inside-loop.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/ldexp-uint-exponent.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/loop-merge-to-continue.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/nonuniform-bracket-handling-2.vk.nocompat.asm.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/nonuniform-qualifier-propagation.vk.nocompat.asm.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/opaque-id-literal-alias.preserve.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/out-of-order-struct-id.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/phi.zero-initialize.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/pixel-interlock-callstack.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/pixel-interlock-control-flow.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/pixel-interlock-split-functions.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/reserved-identifiers.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/selection-merge-to-continue.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/sparse-texture-feedback-uint-code.asm.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/subgroup-arithmetic-cast.nocompat.vk.asm.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/switch-block-case-fallthrough.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/switch-merge-to-continue.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/switch-single-case-multiple-exit-cfg.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/unordered-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/vector-extract-dynamic-spec-constant.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/vector-shuffle-undef-index.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/frag/while-loop-inverted-test.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/geom/store-uint-layer.invalid.asm.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/loop-header-self-continue-break.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/temporary.zero-initialize.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/tesc/tess-fixed-input-array-builtin-array.invalid.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/vert/complex-link-by-name.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/vert/complex-link-by-name.force-flattened-io.legacy.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/vert/empty-struct-composite.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/asm/vert/semantic-decoration.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/bitcast-16bit-1.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/bitcast-16bit-2.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/bitfield.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/glsl.std450.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/illegal-struct-name.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/inout-struct.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/loop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/return.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/shader_ballot_nonuniform_invocations.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/specialization-constant-evaluation.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/struct-packing-scalar.nocompat.invalid.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/subgroups.nocompat.invalid.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/subgroups_basicvoteballot.vk.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/comp/subgroups_basicvoteballot.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/frag/16bit-constants.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/frag/fp16.invalid.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/frag/fragmentMaskFetch_subpassInput.vk.nocompat.invalid.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/frag/fs.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/frag/image-gather.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/frag/multi-dimensional.desktop.invalid.flatten_dim.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/frag/pixel-interlock-simple-callstack.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/frag/scalar-block-layout-ubo-std430.vk.nocompat.invalid.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/frag/sparse-texture-clamp.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/frag/sparse-texture-feedback.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/frag/subpass-input.framebuffer-fetch.nocompat.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/frag/subpass-input.framebuffer-fetch.nocompat.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/frag/variables.zero-initialize.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/legacy/frag/switch-single-case-multiple-exit-cfg.legacy.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/vert/io-blocks.force-flattened-io.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/vert/pass-array-by-value.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/vulkan/frag/spec-constant.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/vulkan/frag/spec-constant.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-no-opt/vulkan/frag/ubo-offset-out-of-order.vk.nocompat.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/asm/aliased-entry-point-names.asm.multi.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/asm/comp/pointer-to-array-of-physical-pointer.asm.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/asm/op-source-glsl-ssbo-1.asm.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/asm/op-source-glsl-ssbo-2.asm.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/asm/op-source-hlsl-uav-1.asm.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/asm/op-source-hlsl-uav-2.asm.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/asm/op-source-none-ssbo-1.asm.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/asm/op-source-none-ssbo-2.asm.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/asm/op-source-none-uav-1.asm.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/asm/op-source-none-uav-2.asm.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/comp/array-of-physical-pointer.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/comp/function-pointer.invalid.asm.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/comp/physical-pointer.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/comp/struct-layout.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/comp/struct-packing.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/comp/workgroup-size-spec-constant.comp.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/frag/combined-texture-sampler-shadow.vk.frag.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/frag/combined-texture-sampler.vk.frag.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/frag/image-load-store-uint-coord.asm.frag.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/frag/input-attachment-ms.vk.frag.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/frag/input-attachment.vk.frag.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/frag/push-constant.vk.frag.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/frag/separate-sampler-texture-array.vk.frag.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/frag/spec-constant.vk.frag.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/rgen/acceleration_structure.vk.rgen.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/vert/array-size-reflection.vert.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/vert/read-from-row-major-array.vert.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/vert/stride-reflection.vert.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-reflection/vert/texture_buffer.vert.json [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4-no-opt/asm/frag/accesschain-invalid-expression.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4-no-opt/asm/frag/array-copy-error.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4-no-opt/asm/frag/phi-variable-declaration.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4-no-opt/asm/vert/loop-accesschain-writethrough.asm.invalid.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/frag/depth-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/frag/global-constant-arrays.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/frag/padded-float-array-member-defef.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/frag/sample-mask-not-array.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/frag/subpass-input.ios.framebuffer-fetch.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/frag/subpass-input.msl23.framebuffer-fetch.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/frag/texture-atomics.asm.argument.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/frag/texture-atomics.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/frag/texture-atomics.asm.graphics-robust-access.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/tesc/hs-incorrect-base-type.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/tesc/hs-input-array-access.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/tesc/hs-texcoord-array.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/tesc/tess-factor-must-be-threadgroup.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/tese/ds-double-gl-in-deref.asm.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/tese/ds-patch-input-fixes.asm.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/tese/ds-patch-inputs.asm.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/tese/ds-texcoord-array.asm.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/vert/array-missing-copies.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders-ue4/asm/vert/texture-buffer.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/amd/gcn_shader.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/amd/shader_ballot.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/amd/shader_group_vote.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/amd/shader_trinary_minmax.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/atomic-decrement.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/atomic-increment.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/bitcast_iadd.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/bitcast_icmp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/bitcast_iequal.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/bitcast_sar.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/bitcast_sdiv.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/bitcast_slr.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/block-name-alias-global.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/builtin-compute-bitcast.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/decoration-group.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/global-parameter-name-alias.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/hlsl-functionality.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/logical.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/multiple-entry.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/nmin-max-clamp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/op-phi-swap.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/quantize.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/recompile-block-naming.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/specialization-constant-workgroup.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/comp/switch-break-ladder.asm.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/combined-sampler-reuse.vk.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/combined-sampler-reuse.vk.asm.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/complex-name-workarounds.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/composite-construct-struct-no-swizzle.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/default-member-names.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/do-while-statement-fallback.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/empty-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/for-loop-phi-only-continue.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/frem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/function-overload-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/hlsl-sample-cmp-level-zero-cube.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/hlsl-sample-cmp-level-zero.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/image-extract-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/image-fetch-no-sampler.asm.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/image-fetch-no-sampler.asm.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/image-fetch-no-sampler.no-samplerless.asm.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/image-fetch-no-sampler.no-samplerless.asm.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/image-query-no-sampler.no-samplerless.vk.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/image-query-no-sampler.no-samplerless.vk.asm.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/image-query-no-sampler.vk.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/image-query-no-sampler.vk.asm.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/implicit-read-dep-phi.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/inf-nan-constant-double.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/inf-nan-constant.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/invalidation.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/line-directive.line.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/locations-components.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/loop-body-dominator-continue-access.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/loop-header-to-continue.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/lut-promotion-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/multi-for-loop-init.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/op-constant-null.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/op-phi-swap-continue-block.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/pack-and-unpack-uint2.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/pass-by-value.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/phi-loop-variable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/sample-and-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/sampler-buffer-array-without-sampler.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/sampler-buffer-without-sampler.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/single-function-private-lut.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/srem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/storage-class-output-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/struct-composite-extract-swizzle.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/switch-label-shared-block.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/temporary-name-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/temporary-phi-hoisting.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/texel-fetch-no-lod.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/texture-sampling-fp16.asm.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/texture-sampling-fp16.asm.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/undef-variable-store.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/unknown-depth-state.asm.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/unknown-depth-state.asm.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/unreachable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/frag/vector-shuffle-oom.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/geom/block-name-namespace.asm.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/geom/inout-split-access-chain-handle.asm.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/geom/split-access-chain-input.asm.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/geom/unroll-glposition-load.asm.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/tese/unroll-input-array-load.asm.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/vert/empty-io.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/vert/extract-transposed-matrix-from-struct.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/vert/global-builtin.sso.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/vert/invariant-block.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/vert/invariant-block.sso.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/vert/invariant.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/vert/invariant.sso.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/vert/spec-constant-op-composite.asm.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/vert/spec-constant-op-composite.asm.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/asm/vert/uint-vertex-id-instance-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/atomic.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/bake_gradient.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/barriers.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/basic.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/casts.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/cfg-preserve-parameter.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/cfg.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/coherent-block.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/coherent-image.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/composite-array-initialization.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/composite-construct.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/culling.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/defer-parens.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/dowhile.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/generate_height.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/image.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/insert.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/mat3.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/mod.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/modf.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/outer-product.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/read-write-only.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/rmw-matrix.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/rmw-opt.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/scalar-std450-distance-length-normalize.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/shared.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/ssbo-array-length.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/ssbo-array.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/struct-layout.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/struct-packing.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/torture-loop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/type-alias.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/comp/udiv.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/comp/enhanced-layouts.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/comp/extended-arithmetic.desktop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/comp/fp64.desktop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/comp/image-formats.desktop.noeliminate.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/comp/int64.desktop.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/clip-cull-distance.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/control-dependent-in-branch.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/depth-greater-than.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/depth-less-than.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/dual-source-blending.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/hlsl-uav-block-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/image-ms.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/image-query.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/image-size.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/image-size.no-qualifier-deduction.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/in-block-qualifiers.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/layout-component.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/query-levels.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/query-lod.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/sampler-ms-query.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/stencil-export.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/frag/texture-proj-shadow.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/geom/basic.desktop.sso.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/geom/viewport-index.desktop.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/tesc/basic.desktop.sso.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/tese/triangle.desktop.sso.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/vert/basic.desktop.sso.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/vert/clip-cull-distance.desktop.sso.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/vert/clip-cull-distance.desktop.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/vert/out-block-qualifiers.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/vert/shader-draw-parameters-450.desktop.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/vert/shader-draw-parameters-450.desktop.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/vert/shader-draw-parameters.desktop.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/desktop-only/vert/shader-draw-parameters.desktop.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/flatten/array.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/flatten/basic.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/flatten/copy.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/flatten/dynamic.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/flatten/matrix-conversion.flatten.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/flatten/matrixindex.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/flatten/multiindex.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/flatten/push-constant.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/flatten/rowmajor.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/flatten/struct.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/flatten/struct.rowmajor.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/flatten/swizzle.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/flatten/types.flatten.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/array-lut-no-loop-variable.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/avoid-expression-lowering-to-loop.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/barycentric-nv.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/basic.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/complex-expression-in-access-chain.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/composite-extract-forced-temporary.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/constant-array.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/constant-composites.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/false-loop-init.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/flush_params.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/for-loop-continue-control-flow.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/for-loop-init.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/frexp-modf.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/front-facing.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/gather-dref.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/ground.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/helper-invocation.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/hoisted-temporary-use-continue-block-as-value.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/image-load-store-uint-coord.asm.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/inside-loop-dominated-variable-preservation.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/loop-dominator-and-switch-default.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/lut-promotion.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/mix.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/partial-write-preserve.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/pixel-interlock-ordered.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/pixel-interlock-unordered.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/pls.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/post-depth-coverage-es.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/post-depth-coverage.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/round-even.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/round.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/sample-interlock-ordered.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/sample-interlock-unordered.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/sample-parameter.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/sampler-ms.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/sampler-proj.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/sampler.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/scalar-refract-reflect.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/selection-block-dominator.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/struct-type-unrelated-alias.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/switch-unsigned-case.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/texel-fetch-offset.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/ubo-load-row-major-workaround.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/ubo_layout.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/frag/unary-enclose.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/geom/basic.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/geom/geometry-passthrough.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/geom/lines-adjacency.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/geom/lines.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/geom/multi-stream.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/geom/points.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/geom/single-invocation.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/geom/transform-feedback-streams.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/geom/triangles-adjacency.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/geom/triangles.geom [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/fragment/explicit-lod.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/fragment/explicit-lod.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/fragment/fma.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/fragment/io-blocks.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/fragment/multiple-struct-flattening.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/fragment/round.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/fragment/struct-varying.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/fragment/switch.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/vert/implicit-lod.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/vert/io-block.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/vert/struct-flatten-inner-array.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/vert/struct-flatten-stores-multi-dimension.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/vert/struct-varying.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/vert/switch-nested.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/legacy/vert/transpose.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/tesc/basic.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/tesc/water_tess.tesc [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/tese/ccw.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/tese/cw.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/tese/equal.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/tese/fractional_even.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/tese/fractional_odd.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/tese/input-array.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/tese/line.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/tese/load-array-of-array.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/tese/patch-input-array.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/tese/triangle.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/tese/water_tess.tese [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vert/basic.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vert/ground.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vert/invariant.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vert/ocean.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vert/read-from-row-major-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vert/return-array.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vert/texture_buffer.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vert/transform-feedback-decorations.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vert/ubo.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/comp/array-of-buffer-reference.nocompat.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/comp/buffer-reference-bitcast.nocompat.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/comp/buffer-reference.nocompat.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/comp/spec-constant-op-member-array.vk.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/comp/spec-constant-op-member-array.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/comp/spec-constant-work-group-size.vk.comp [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/comp/spec-constant-work-group-size.vk.comp.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/combined-texture-sampler.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/combined-texture-sampler.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/demote-to-helper-forwarding.asm.vk.nocompat.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/demote-to-helper.vk.nocompat.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/desktop-mediump.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/desktop-mediump.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/input-attachment-ms.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/input-attachment-ms.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/input-attachment.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/input-attachment.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/nonuniform-qualifier.vk.nocompat.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/push-constant-as-ubo.push-ubo.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/push-constant-as-ubo.push-ubo.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/push-constant.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/push-constant.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/separate-combined-fake-overload.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/separate-combined-fake-overload.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/separate-sampler-texture-array.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/separate-sampler-texture-array.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/separate-sampler-texture.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/separate-sampler-texture.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/shader-arithmetic-8bit.nocompat.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/spec-constant-block-size.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/spec-constant-block-size.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/spec-constant-ternary.vk.frag [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/frag/spec-constant-ternary.vk.frag.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/hit_attribute_block.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/hit_attribute_block_in_function.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/hit_attribute_plain.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/hit_attribute_struct.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/hit_kind.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/hit_t.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/incoming_ray_flags.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/instance_custom_id.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/instance_id.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/object_ray_direction.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/object_ray_origin.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/object_to_world.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/payloads.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/primitive_id.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/ray_tmax.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/ray_tmin.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/ray_tracing.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/world_ray_direction.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/world_ray_origin.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rchit/world_to_object.nocompat.vk.rchit.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rgen/execute_callable.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rgen/launch_id.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rgen/launch_size.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rgen/payloads.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rgen/pure_call.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rgen/ray_tracing.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rgen/shader_record_buffer.nocompat.vk.rgen.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/rmiss/ray_tracing.nocompat.vk.rmiss.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/vert/device-group.nocompat.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/vert/multiview.nocompat.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/vert/small-storage.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/vert/small-storage.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/vert/vulkan-vertex.vk.vert [new file with mode: 0644]
third_party/spirv-cross/reference/shaders/vulkan/vert/vulkan-vertex.vk.vert.vk [new file with mode: 0644]
third_party/spirv-cross/samples/cpp/Makefile [new file with mode: 0644]
third_party/spirv-cross/samples/cpp/atomics.comp [new file with mode: 0644]
third_party/spirv-cross/samples/cpp/atomics.cpp [new file with mode: 0644]
third_party/spirv-cross/samples/cpp/multiply.comp [new file with mode: 0644]
third_party/spirv-cross/samples/cpp/multiply.cpp [new file with mode: 0644]
third_party/spirv-cross/samples/cpp/shared.comp [new file with mode: 0644]
third_party/spirv-cross/samples/cpp/shared.cpp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/comp/access-chain-load-store-composite.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/comp/aliased-struct-divergent-member-name.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/comp/atomic-load-store.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/comp/atomic-result-temporary.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/comp/bitfield-signed-operations.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/comp/bitscan.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/comp/buffer-atomic-nonuniform.asm.sm51.nonuniformresource.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/comp/constant-composite-undef.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/comp/glsl-signed-operations.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/comp/glsl.std450.frexp-modf-struct.fxconly.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/comp/image-atomic-nonuniform.asm.sm51.nonuniformresource.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/comp/specialization-constant-workgroup.nofxc.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/comp/storage-buffer-basic.invalid.nofxc.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/frag/empty-struct-in-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/frag/image-fetch-uint-coord.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/frag/nonuniform-bracket-handling-2.nonuniformresource.sm51.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/frag/nonuniform-qualifier-propagation.nonuniformresource.sm51.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/frag/phi.zero-initialize.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/frag/pixel-interlock-callstack.sm51.fxconly.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/frag/pixel-interlock-control-flow.sm51.fxconly.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/frag/pixel-interlock-split-functions.sm51.fxconly.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/frag/struct-packing-last-element-array-matrix-rule.invalid.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/frag/subgroup-arithmetic-cast.invalid.nofxc.sm60.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/frag/switch-block-case-fallthrough.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/frag/unordered-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/frag/vector-shuffle-undef-index.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/temporary.zero-initialize.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/vert/complex-link-by-name.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/asm/vert/empty-struct-composite.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/comp/bitfield.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/comp/glsl.std450.fxconly.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/comp/illegal-struct-name.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/comp/subgroups.invalid.nofxc.sm60.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/frag/cbuffer-packing-straddle.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/frag/constant-buffer-array.invalid.sm51.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/frag/fp16.invalid.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/frag/frag-coord.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/frag/native-16bit-types.fxconly.nofxc.sm62.native-16bit.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/frag/pixel-interlock-simple-callstack.sm51.fxconly.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/frag/spec-constant.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/frag/ubo-offset-out-of-order.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/frag/variables.zero-initialize.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/vert/flatten-matrix-input.flatten-matrix-vertex-input.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl-no-opt/vert/pass-array-by-value.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/comp/access-chain-invalidate.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/comp/atomic-decrement.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/comp/atomic-increment.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/comp/bitcast_icmp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/comp/block-name-alias-global.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/comp/control-flow-hints.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/comp/global-parameter-name-alias.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/comp/nmin-max-clamp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/cbuffer-stripped.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/combined-sampler-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/empty-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/frem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/function-overload-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/image-extract-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/implicit-read-dep-phi.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/inf-nan-constant.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/line-directive.line.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/lut-promotion-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/pack-and-unpack-uint2.fxconly.nofxc.sm60.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/pass-by-value.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/sample-and-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/single-function-private-lut.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/srem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/storage-class-output-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/texel-fetch-no-lod.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/texture-sampling-fp16.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/unknown-depth-state.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/frag/unreachable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/vert/extract-transposed-matrix-from-struct.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/vert/spec-constant-op-composite.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/vert/uint-vertex-id-instance-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/asm/vert/vertex-id-instance-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/access-chain-load-composite.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/access-chains.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/access-chains.force-uav.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/address-buffers.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/atomic.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/barriers.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/builtins.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/composite-array-initialization.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/globallycoherent.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/image.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/image.nonwritable-uav-texture.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/inverse.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/num-workgroups-alone.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/num-workgroups-with-builtins.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/outer-product.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/rmw-matrix.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/rwbuffer-matrix.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/scalar-std450-distance-length-normalize.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/shared.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/spec-constant-op-member-array.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/spec-constant-work-group-size.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/ssbo-array-length.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/comp/ssbo-array.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/array-lut-no-loop-variable.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/basic-color-3comp.sm30.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/basic-color-3comp.sm50.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/basic.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/bit-conversions.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/boolean-mix.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/builtins.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/bvec-operations.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/clip-cull-distance.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/combined-texture-sampler-parameter.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/combined-texture-sampler-shadow.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/complex-expression-in-access-chain.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/constant-composites.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/control-dependent-in-branch.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/demote-to-helper.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/depth-greater-than.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/depth-less-than.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/dual-source-blending.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/early-fragment-test.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/for-loop-continue-control-flow.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/fp16-packing.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/front-facing.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/image-query-selective.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/image-query-uav.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/image-query-uav.nonwritable-uav-texture.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/image-query.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/input-attachment-ms.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/input-attachment.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/io-block.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/legacy-tex-modifiers.sm30.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/lut-promotion.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/matrix-input.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/mod.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/mrt.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/no-return.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/no-return2.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/nonuniform-qualifier.nonuniformresource.sm51.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/partial-write-preserve.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/pixel-interlock-ordered.sm51.fxconly.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/point-coord-compat.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/query-lod.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/readonly-coherent-ssbo.force-uav.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/readonly-coherent-ssbo.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/resources.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/row-major-layout-in-struct.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/sample-cmp-level-zero.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/sample-mask-in-and-out.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/sample-mask-in.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/sample-mask-out.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/sampler-array.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/sampler-image-arrays.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/scalar-refract-reflect.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/separate-combined-fake-overload.sm30.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/spec-constant-block-size.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/spec-constant-ternary.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/switch-unsigned-case.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/swizzle-scalar.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/tex-sampling-ms.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/tex-sampling.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/texel-fetch-offset.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/texture-proj-shadow.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/texture-size-combined-image-sampler.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/unary-enclose.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/unorm-snorm-packing.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/frag/various-glsl-ops.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/basic.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/clip-cull-distance.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/instancing.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/locations.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/matrix-attribute.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/matrix-output.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/no-input.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/point-size-compat.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/qualifiers.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/read-from-row-major-array.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/return-array.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/sampler-buffers.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/struct-composite-decl.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-hlsl/vert/texture_buffer.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/aliased-struct-divergent-member-name.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/arithmetic-conversion-signs.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/atomic-load-store.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/atomic-result-temporary.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/bitcast-fp16-fp32.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/bitfield-signed-operations.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/bitscan.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/composite-construct-buffer-struct.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/constant-composite-undef.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/copy-logical-2.spv14.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/copy-logical.spv14.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/device-array-load-temporary.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/device-array-load-temporary.force-native-array.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/device-constant-array-load-store.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/device-constant-array-load-store.force-native-array.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/glsl-signed-operations.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/glsl.std450.frexp-modf-struct.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/storage-buffer-basic.invalid.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/storage-buffer-pointer-argument.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/comp/variable-pointers.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/component-insert-packed-expression.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/empty-struct-in-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/image-fetch-uint-coord.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/image-gather.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/image-type-normal-comparison-usage.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/input-attachment-unused-frag-coord.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/modf-frexp-scalar-access-chain-output.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/phi.zero-initialize.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/pixel-interlock-callstack.msl2.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/pixel-interlock-control-flow.msl2.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/pixel-interlock-split-functions.msl2.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/private-initializer-direct-store.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/subgroup-arithmetic-cast.msl21.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/switch-block-case-fallthrough.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/texture-access.swizzle.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/frag/vector-shuffle-undef-index.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/composite-extract-row-major.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding-2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding-3.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding-4.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding-5.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/load-packed-no-forwarding.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/packed-vector-extract-insert.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/row-major-split-access-chain.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/scalar-array-float2.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/scalar-array-float3-one-element.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/scalar-array-float3.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/scalar-float2x2-col-major.invalid.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/scalar-float2x2-row-major.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/scalar-float2x3-col-major.invalid.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/scalar-float2x3-row-major.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/scalar-float3x2-col-major.invalid.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/scalar-float3x2-row-major.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/scalar-float3x3-col-major.invalid.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/packing/scalar-float3x3-row-major.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/temporary.zero-initialize.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/tesc/tess-fixed-input-array-builtin-array.invalid.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/tesc/tess-fixed-input-array-builtin-array.invalid.multi-patch.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/vert/composite-extract-physical-type-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/vert/empty-struct-composite.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/asm/vert/op-load-forced-temporary-array.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/array-copy-threadgroup-memory.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/basic.dynamic-buffer.msl2.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/bitcast-16bit-1.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/bitcast-16bit-2.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/bitfield.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/glsl.std450.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/illegal-struct-name.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/int64.invalid.msl22.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/loop.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/return.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/std140-array-load-composite-construct.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/struct-packing-scalar.nocompat.invalid.vk.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/subgroups.nocompat.invalid.vk.msl21.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/comp/subgroups.nocompat.invalid.vk.msl21.ios.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/components/fragment-input-component.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/components/fragment-output-component.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/components/fragment-output-component.pad-fragment.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/components/vertex-input-component.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/components/vertex-output-component.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/16bit-constants.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/demote-to-helper.vk.nocompat.msl21.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/depth-image-gather.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/force-active-resources.msl2.argument..force-active.discrete.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/fp16.desktop.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/image-gather.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/in_block_assign.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/min-max-clamp.invalid.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/pixel-interlock-simple-callstack.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/scalar-block-layout-ubo-std430.vk.nocompat.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/shadow-compare-global-alias.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/subgroups.nocompat.invalid.vk.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/subpass-input-attachment-index-fallback.msl20.ios.framebuffer-fetch.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/subpass-input-attachment-index-fallback.msl23.framebuffer-fetch.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/subpass-input-function-argument.framebuffer-fetch.ios.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/subpass-input-function-argument.framebuffer-fetch.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/texture-access-int.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/texture-access-leaf.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/texture-access-uint.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/texture-access.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/ubo-array-multiple-structs-access-chain.argument.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/ubo-array-multiple-structs-access-chain.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/ubo-offset-out-of-order.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/frag/variables.zero-initialize.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/array-of-vec3.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/array-of-vec4.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/isolated-scalar-access.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/load-store-col-rows.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-2x2-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-2x2-std140.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-2x2-std430.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-2x3-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-2x3-std140.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-2x3-std430.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-2x4-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-2x4-std140.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-2x4-std430.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-3x2-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-3x2-std140.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-3x2-std430.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-3x3-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-3x3-std140.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-3x3-std430.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-3x4-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-3x4-std140.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-3x4-std430.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-4x2-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-4x2-std140.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-4x2-std430.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-4x3-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-4x3-std140.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-4x3-std430.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-4x4-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-4x4-std140.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-4x4-std430.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-multiply-row-major.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-multiply-unpacked-col-major-2.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-multiply-unpacked-col-major.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-multiply-unpacked-row-major-2.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/matrix-multiply-unpacked-row-major.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/member-padding.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/std140-array-of-vectors.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/struct-alignment.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/struct-packing-array-of-scalar.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/struct-packing-recursive.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/struct-packing.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/struct-size-padding-array-of-array.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/packing/struct-size-padding.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/vert/functions_nested.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/vert/layer.msl11.invalid.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/vert/pass-array-by-value.force-native-array.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/vert/pass-array-by-value.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/vert/viewport-index.msl2.invalid.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl-no-opt/vulkan/frag/texture-access-function.swizzle.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/amd/shader_trinary_minmax.msl21.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/atomic-decrement.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/atomic-increment.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/bitcast_iadd.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/bitcast_icmp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/bitcast_sar.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/bitcast_sdiv.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/bitcast_slr.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/block-name-alias-global.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/buffer-write-relative-addr.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/buffer-write.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/global-parameter-name-alias.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/image-load-store-short-vector.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/multiple-entry.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/quantize.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/relaxed-block-layout.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/specialization-constant-workgroup.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/struct-resource-name-aliasing.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/variable-pointers-2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/variable-pointers-store-forwarding.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/vector-builtin-type-cast-func.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/comp/vector-builtin-type-cast.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/combined-sampler-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/default-member-names.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/descriptor-array-unnamed.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/disable-renamed-output.frag-output.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/empty-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/extract-packed-from-composite.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/frem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/function-overload-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/image-extract-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/implicit-read-dep-phi.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/inf-nan-constant.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/interpolation-qualifiers-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/line-directive.line.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/locations-components.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/lut-promotion-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/min-lod.msl22.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/op-constant-null.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/op-image-sampled-image.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/pass-by-value.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/phi-loop-variable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/pull-model-interpolation.asm.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/sample-and-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/single-function-private-lut.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/srem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/storage-class-output-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/texel-fetch-no-lod.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/texture-sampling-fp16.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/undef-variable-store.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/unknown-depth-state.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/unord-relational-op.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/unreachable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/frag/vector-shuffle-oom.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/tesc/tess-level-overrun.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/tesc/tess-level-overrun.multi-patch.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/tese/unnamed-builtin-array.asm.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/vert/clip-distance-plain-variable.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/vert/clip-distance-plain-variable.no-user-varying.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/vert/copy-memory-interface.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/vert/extract-transposed-matrix-from-struct.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/vert/fake-builtin-input.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/vert/invariant.msl21.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/vert/packed-bool-to-uint.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/vert/packed-bool2-to-packed_uint2.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/vert/packing-test.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/vert/spec-constant-op-composite.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/asm/vert/uint-vertex-id-instance-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/access-private-workgroup-in-function.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/argument-buffers-discrete.msl2.argument.discrete.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/argument-buffers-image-load-store.ios.msl2.argument.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/argument-buffers-image-load-store.msl2.argument.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/array-length.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/array-length.msl2.argument.discrete.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/atomic.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/barriers.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/basic.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/basic.dispatchbase.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/basic.dispatchbase.msl11.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/basic.inline-block.msl2.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/builtins.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/cfg-preserve-parameter.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/coherent-block.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/coherent-image.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/complex-composite-constant-array.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/complex-type-alias.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/composite-array-initialization.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/composite-array-initialization.force-native-array.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/composite-construct.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/copy-array-of-arrays.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/copy-array-of-arrays.force-native-array.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/culling.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/defer-parens.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/dowhile.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/force-recompile-hooks.swizzle.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/functions.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/global-invocation-id-writable-ssbo-in-function.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/global-invocation-id.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/image-atomic-automatic-bindings.argument.msl2.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/image-atomic-automatic-bindings.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/image-cube-array-load-store.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/image.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/insert.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/inverse.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/local-invocation-id.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/local-invocation-index.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/mat3.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/mod.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/modf.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/outer-product.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/packing-test-1.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/packing-test-2.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/read-write-only.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/rmw-matrix.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/rmw-opt.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/scalar-std450-distance-length-normalize.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/shared-array-of-arrays.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/shared.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/spec-constant-op-member-array.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/spec-constant-work-group-size.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/storage-buffer-std140-vector-array.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/struct-layout.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/struct-nested.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/struct-packing.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/torture-loop.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/type-alias.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/udiv.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/comp/writable-ssbo.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/comp/extended-arithmetic.desktop.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/frag/image-ms.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/frag/query-levels.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/frag/sampler-ms-query.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/tesc/arrayed-output.desktop.sso.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/tesc/basic.desktop.sso.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/tesc/basic.desktop.sso.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/tesc/struct-copy.desktop.sso.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/tesc/struct-copy.desktop.sso.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/tese/triangle.desktop.sso.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/vert/basic.desktop.sso.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/vert/clip-cull-distance..no-user-varying.desktop.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/vert/clip-cull-distance.desktop.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/vert/shader-draw-parameters.desktop.for-tess.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/desktop-only/vert/shader-draw-parameters.desktop.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/flatten/basic.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/flatten/multiindex.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/flatten/push-constant.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/flatten/rowmajor.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/flatten/struct.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/flatten/swizzle.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/flatten/types.flatten.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/argument-buffers.msl2.argument.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/array-lut-no-loop-variable.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/array-of-array-lut.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/array-of-texture-swizzle-nonconstant-uniform.msl2.argument.discrete.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/array-of-texture-swizzle-nonconstant-uniform.msl2.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/array-of-texture-swizzle.msl2.argument.discrete.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/array-of-texture-swizzle.msl2.swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/barycentric-nv-nopersp.msl22.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/barycentric-nv.msl22.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/basic.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/binary-func-unpack-pack-arguments.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/binary-unpack-pack-arguments.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/bitcasting.1d-as-2d.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/bitcasting.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/buffer-read-write.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/buffer-read-write.texture-buffer-native.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/builtins.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/clip-distance-varying.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/complex-expression-in-access-chain.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/composite-extract-forced-temporary.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/constant-array.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/constant-composites.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/control-dependent-in-branch.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/depth-greater-than.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/depth-less-than.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/disable-frag-output.frag-output.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/dual-source-blending.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/early-fragment-tests.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/false-loop-init.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/flush_params.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/for-loop-continue-control-flow.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/for-loop-init.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/fp16-packing.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/fragment-component-padding.pad-fragment.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/front-facing.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/gather-dref.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/gather-offset.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/helper-invocation.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/huge-argument-buffer.device-argument-buffer.argument.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/illegal-name-test-0.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/image-query-lod.msl22.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/in_block.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/in_mat.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/input-attachment-ms.arrayed-subpass.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/input-attachment-ms.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/input-attachment-ms.multiview.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/input-attachment.arrayed-subpass.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/input-attachment.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/input-attachment.multiview.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/interpolation-qualifiers-block.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/interpolation-qualifiers.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/lut-promotion.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/mix.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/mrt-array.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/nonuniform-qualifier.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/packed-expression-vector-shuffle.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/packing-test-3.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/pixel-interlock-ordered.msl2.argument.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/pixel-interlock-ordered.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/pls.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/post-depth-coverage.ios.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/post-depth-coverage.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/private-variable-prototype-declaration.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/readonly-ssbo.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sample-depth-propagate-state-from-resource.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sample-depth-separate-image-sampler.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sample-mask-in-and-out.fixed-sample-mask.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sample-mask-not-used.fixed-sample-mask.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sample-mask.fixed-sample-mask.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sample-mask.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sample-position-func.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sample-position.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sampler-1d-lod.1d-as-2d.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sampler-1d-lod.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sampler-compare-bias.msl23.1d-as-2d.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sampler-compare-cascade-gradient.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sampler-compare-cascade-gradient.ios.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sampler-compare-cascade-gradient.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sampler-image-arrays.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sampler-ms.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/sampler.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/scalar-refract-reflect.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/separate-image-sampler-argument.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/shader-arithmetic-8bit.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/spec-constant-block-size.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/spec-constant-ternary.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/stencil-export.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/subgroup-builtins.msl22.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/switch-unsigned-case.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/texel-fetch-offset.1d-as-2d.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/texel-fetch-offset.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/texture-cube-array.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/texture-cube-array.ios.emulate-cube-array.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/texture-multisample-array.msl21.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/texture-proj-shadow.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/ubo_layout.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/unary-enclose.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/vecsize-mismatch.shader-inputs.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/frag/write-depth-in-function.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/intel/shader-integer-functions2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/legacy/vert/transpose.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/basic.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/basic.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/load-control-point-array-of-matrix.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/load-control-point-array-of-matrix.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/load-control-point-array-of-struct.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/load-control-point-array-of-struct.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/load-control-point-array.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/load-control-point-array.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/matrix-output.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/reload-tess-level.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/reload-tess-level.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/struct-output.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/water_tess.multi-patch.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tesc/water_tess.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tese/input-array.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tese/input-types.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tese/load-control-point-array-of-matrix.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tese/load-control-point-array.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tese/quad.domain.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tese/quad.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tese/set-from-function.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tese/triangle-tess-level.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tese/triangle.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/tese/water_tess.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/basic.capture.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/basic.for-tess.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/basic.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/clip-distance-block.no-user-varying.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/clip-distance-block.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/copy.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/dynamic.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/float-math.invariant-float-math.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/float-math.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/functions.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/in_out_array_mat.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/interface-block-block-composites.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/interface-block-block-composites.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/interpolation-qualifiers-block.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/interpolation-qualifiers.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/invariant.msl21.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/leaf-function.capture.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/leaf-function.for-tess.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/no-disable-vertex-out.frag-output.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/no_stage_out.for-tess.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/no_stage_out.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/no_stage_out.write_buff.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/no_stage_out.write_buff_atomic.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/no_stage_out.write_tex.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/out_block.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/packed-bool-to-uint.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/packed-bool2-to-packed_uint2.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/packed_matrix.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/pointsize.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/read-from-row-major-array.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/resource-arrays-leaf.ios.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/resource-arrays.ios.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/return-array.force-native-array.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/return-array.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/set_builtin_in_func.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/sign-int-types.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/signedness-mismatch.shader-inputs.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/texture_buffer.texture-buffer-native.msl21.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/texture_buffer.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/ubo.alignment.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vert/ubo.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/frag/basic.multiview.no-layered.nocompat.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/frag/basic.multiview.nocompat.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/frag/demote-to-helper-forwarding.asm.vk.nocompat.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/frag/demote-to-helper.vk.nocompat.msl23.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/frag/demote-to-helper.vk.nocompat.msl23.ios.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/frag/push-constant.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/frag/spec-constant.msl11.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/frag/spec-constant.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/vert/device-group.multiview.viewfromdev.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/vert/device-group.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/vert/multiview.multiview.no-layered.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/vert/multiview.multiview.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/vert/multiview.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/vert/small-storage.vk.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-msl/vulkan/vert/vulkan-vertex.vk.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/access-chain-dominator-in-loop-body-2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/access-chain-dominator-in-loop-body.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/access-tracking-function-call-result.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/aliased-struct-divergent-member-name.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/arithmetic-conversion-signs.asm.nocompat.vk.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/atomic-load-store.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/atomic-result-temporary.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/bitcast-fp16-fp32.asm.vk.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/bitfield-signed-operations.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/bitscan.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/buffer-atomic-nonuniform.vk.nocompat.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/buffer-reference-synthesized-pointer-2.asm.nocompat.vk.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/buffer-reference-synthesized-pointer.asm.nocompat.vk.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/constant-composite-undef.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/copy-logical.spv14.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/extended-debug-extinst.invalid.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/glsl-signed-operations.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/glsl.std450.frexp-modf-struct.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/image-atomic-nonuniform.vk.nocompat.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/loop-variable-with-initializer.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/nonuniform-bracket-handling.vk.nocompat.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/phi-temporary-copy-loop-variable.asm.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/spec-constant-op-convert-sign.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/comp/storage-buffer-basic.invalid.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/combined-image-sampler-dxc-min16float.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/demote-impure-function-call.vk.nocompat.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/discard-impure-function-call.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/do-while-continue-phi.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/do-while-loop-inverted-test.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/early-conditional-return-switch.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/empty-struct-in-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/for-loop-dedicated-merge-block-inverted.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/for-loop-dedicated-merge-block-non-inverted.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/for-loop-inverted-test.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/image-fetch-uint-coord.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/inliner-dominator-inside-loop.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/ldexp-uint-exponent.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/loop-merge-to-continue.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/nonuniform-bracket-handling-2.vk.nocompat.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/nonuniform-qualifier-propagation.vk.nocompat.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/opaque-id-literal-alias.preserve.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/out-of-order-struct-id.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/phi.zero-initialize.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/pixel-interlock-callstack.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/pixel-interlock-control-flow.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/pixel-interlock-split-functions.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/reserved-identifiers.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/selection-merge-to-continue.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/sparse-texture-feedback-uint-code.asm.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/subgroup-arithmetic-cast.nocompat.vk.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/switch-block-case-fallthrough.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/switch-merge-to-continue.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/switch-single-case-multiple-exit-cfg.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/unordered-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/vector-extract-dynamic-spec-constant.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/vector-shuffle-undef-index.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/frag/while-loop-inverted-test.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/geom/store-uint-layer.invalid.asm.geom [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/loop-header-self-continue-break.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/temporary.zero-initialize.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/tesc/tess-fixed-input-array-builtin-array.invalid.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/vert/complex-link-by-name.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/vert/complex-link-by-name.force-flattened-io.legacy.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/vert/empty-struct-composite.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/asm/vert/semantic-decoration.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/comp/bitcast-16bit-1.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/comp/bitcast-16bit-2.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/comp/bitfield.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/comp/glsl.std450.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/comp/illegal-struct-name.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/comp/inout-struct.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/comp/loop.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/comp/return.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/comp/shader_ballot_nonuniform_invocations.invalid.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/comp/specialization-constant-evaluation.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/comp/struct-packing-scalar.nocompat.invalid.vk.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/comp/subgroups.nocompat.invalid.vk.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/comp/subgroups_basicvoteballot.vk.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/frag/16bit-constants.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/frag/fp16.invalid.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/frag/fragmentMaskFetch_subpassInput.vk.nocompat.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/frag/fs.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/frag/image-gather.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/frag/multi-dimensional.desktop.invalid.flatten_dim.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/frag/pixel-interlock-simple-callstack.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/frag/scalar-block-layout-ubo-std430.vk.nocompat.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/frag/sparse-texture-clamp.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/frag/sparse-texture-feedback.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/frag/subpass-input.framebuffer-fetch.nocompat.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/frag/subpass-input.framebuffer-fetch.nocompat.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/frag/variables.zero-initialize.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/legacy/frag/switch-single-case-multiple-exit-cfg.legacy.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/vert/io-blocks.force-flattened-io.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/vert/pass-array-by-value.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/vulkan/frag/spec-constant.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-no-opt/vulkan/frag/ubo-offset-out-of-order.vk.nocompat.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-other/README.md [new file with mode: 0644]
third_party/spirv-cross/shaders-other/aliased-entry-point-names.asm [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/asm/aliased-entry-point-names.asm.multi [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/asm/comp/pointer-to-array-of-physical-pointer.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/asm/op-source-glsl-ssbo-1.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/asm/op-source-glsl-ssbo-2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/asm/op-source-hlsl-uav-1.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/asm/op-source-hlsl-uav-2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/asm/op-source-none-ssbo-1.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/asm/op-source-none-ssbo-2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/asm/op-source-none-uav-1.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/asm/op-source-none-uav-2.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/comp/array-of-physical-pointer.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/comp/function-pointer.invalid.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/comp/physical-pointer.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/comp/struct-layout.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/comp/struct-packing.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/comp/workgroup-size-spec-constant.comp [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/frag/combined-texture-sampler-shadow.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/frag/combined-texture-sampler.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/frag/image-load-store-uint-coord.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/frag/input-attachment-ms.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/frag/input-attachment.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/frag/push-constant.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/frag/separate-sampler-texture-array.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/frag/spec-constant.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/rgen/acceleration_structure.vk.rgen [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/vert/array-size-reflection.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/vert/read-from-row-major-array.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/vert/stride-reflection.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-reflection/vert/texture_buffer.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4-no-opt/asm/frag/accesschain-invalid-expression.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4-no-opt/asm/frag/array-copy-error.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4-no-opt/asm/frag/phi-variable-declaration.asm.invalid.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4-no-opt/asm/vert/loop-accesschain-writethrough.asm.invalid.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/frag/depth-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/frag/global-constant-arrays.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/frag/padded-float-array-member-defef.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/frag/sample-mask-not-array.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/frag/subpass-input.ios.framebuffer-fetch.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/frag/subpass-input.msl23.framebuffer-fetch.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/frag/texture-atomics.asm.argument.msl2.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/frag/texture-atomics.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/frag/texture-atomics.asm.graphics-robust-access.frag [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/tesc/hs-incorrect-base-type.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/tesc/hs-input-array-access.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/tesc/hs-texcoord-array.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/tesc/tess-factor-must-be-threadgroup.asm.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/tese/ds-double-gl-in-deref.asm.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/tese/ds-patch-input-fixes.asm.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/tese/ds-patch-inputs.asm.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/tese/ds-texcoord-array.asm.tese [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/vert/array-missing-copies.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders-ue4/asm/vert/texture-buffer.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/amd/gcn_shader.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/amd/shader_ballot.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/amd/shader_group_vote.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/amd/shader_trinary_minmax.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/atomic-decrement.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/atomic-increment.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/bitcast_iadd.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/bitcast_icmp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/bitcast_iequal.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/bitcast_sar.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/bitcast_sdiv.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/bitcast_slr.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/block-name-alias-global.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/builtin-compute-bitcast.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/decoration-group.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/global-parameter-name-alias.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/hlsl-functionality.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/logical.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/multiple-entry.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/nmin-max-clamp.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/op-phi-swap.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/quantize.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/recompile-block-naming.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/specialization-constant-workgroup.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/comp/switch-break-ladder.asm.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/combined-sampler-reuse.vk.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/complex-name-workarounds.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/composite-construct-struct-no-swizzle.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/default-member-names.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/do-while-statement-fallback.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/empty-struct.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/for-loop-phi-only-continue.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/frem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/function-overload-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/hlsl-sample-cmp-level-zero-cube.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/hlsl-sample-cmp-level-zero.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/image-extract-reuse.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/image-fetch-no-sampler.asm.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/image-fetch-no-sampler.no-samplerless.asm.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/image-query-no-sampler.no-samplerless.vk.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/image-query-no-sampler.vk.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/implicit-read-dep-phi.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/inf-nan-constant-double.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/inf-nan-constant.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/invalidation.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/line-directive.line.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/locations-components.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/loop-body-dominator-continue-access.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/loop-header-to-continue.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/lut-promotion-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/multi-for-loop-init.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/op-constant-null.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/op-phi-swap-continue-block.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/pack-and-unpack-uint2.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/pass-by-value.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/phi-loop-variable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/sample-and-compare.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/sampler-buffer-array-without-sampler.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/sampler-buffer-without-sampler.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/single-function-private-lut.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/srem.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/storage-class-output-initializer.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/struct-composite-extract-swizzle.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/switch-label-shared-block.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/temporary-name-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/temporary-phi-hoisting.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/texel-fetch-no-lod.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/texture-sampling-fp16.asm.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/undef-variable-store.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/unknown-depth-state.asm.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/unreachable.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/frag/vector-shuffle-oom.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/geom/block-name-namespace.asm.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/geom/inout-split-access-chain-handle.asm.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/geom/split-access-chain-input.asm.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/geom/unroll-glposition-load.asm.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/tese/unroll-input-array-load.asm.tese [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/vert/empty-io.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/vert/extract-transposed-matrix-from-struct.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/vert/global-builtin.sso.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/vert/invariant-block.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/vert/invariant-block.sso.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/vert/invariant.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/vert/invariant.sso.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/vert/spec-constant-op-composite.asm.vk.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/asm/vert/uint-vertex-id-instance-id.asm.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/atomic.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/bake_gradient.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/barriers.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/basic.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/casts.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/cfg-preserve-parameter.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/cfg.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/coherent-block.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/coherent-image.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/composite-array-initialization.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/composite-construct.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/culling.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/defer-parens.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/dowhile.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/generate_height.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/image.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/insert.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/mat3.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/mod.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/modf.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/outer-product.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/read-write-only.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/rmw-matrix.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/rmw-opt.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/scalar-std450-distance-length-normalize.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/shared.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/ssbo-array-length.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/ssbo-array.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/struct-layout.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/struct-packing.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/torture-loop.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/type-alias.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/comp/udiv.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/comp/enhanced-layouts.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/comp/extended-arithmetic.desktop.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/comp/fp64.desktop.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/comp/image-formats.desktop.noeliminate.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/comp/int64.desktop.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/clip-cull-distance.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/control-dependent-in-branch.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/depth-greater-than.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/depth-less-than.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/dual-source-blending.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/hlsl-uav-block-alias.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/image-ms.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/image-query.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/image-size.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/image-size.no-qualifier-deduction.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/in-block-qualifiers.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/layout-component.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/query-levels.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/query-lod.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/sampler-ms-query.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/stencil-export.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/frag/texture-proj-shadow.desktop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/geom/basic.desktop.sso.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/geom/viewport-index.desktop.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/tesc/basic.desktop.sso.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/tese/triangle.desktop.sso.tese [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/vert/basic.desktop.sso.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/vert/clip-cull-distance.desktop.sso.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/vert/clip-cull-distance.desktop.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/vert/out-block-qualifiers.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/vert/shader-draw-parameters-450.desktop.vk.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/desktop-only/vert/shader-draw-parameters.desktop.vk.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/flatten/array.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/flatten/basic.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/flatten/copy.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/flatten/dynamic.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/flatten/matrix-conversion.flatten.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/flatten/matrixindex.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/flatten/multiindex.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/flatten/push-constant.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/flatten/rowmajor.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/flatten/struct.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/flatten/struct.rowmajor.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/flatten/swizzle.flatten.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/flatten/types.flatten.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/array-lut-no-loop-variable.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/avoid-expression-lowering-to-loop.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/barycentric-nv.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/basic.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/complex-expression-in-access-chain.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/composite-extract-forced-temporary.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/constant-array.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/constant-composites.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/false-loop-init.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/flush_params.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/for-loop-continue-control-flow.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/for-loop-init.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/frexp-modf.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/front-facing.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/gather-dref.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/ground.frag [new file with mode: 0755]
third_party/spirv-cross/shaders/frag/helper-invocation.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/hoisted-temporary-use-continue-block-as-value.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/image-load-store-uint-coord.asm.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/inside-loop-dominated-variable-preservation.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/loop-dominator-and-switch-default.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/lut-promotion.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/mix.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/partial-write-preserve.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/pixel-interlock-ordered.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/pixel-interlock-unordered.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/pls.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/post-depth-coverage-es.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/post-depth-coverage.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/round-even.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/round.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/sample-interlock-ordered.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/sample-interlock-unordered.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/sample-parameter.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/sampler-ms.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/sampler-proj.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/sampler.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/scalar-refract-reflect.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/selection-block-dominator.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/struct-type-unrelated-alias.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/switch-unsigned-case.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/swizzle.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/texel-fetch-offset.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/ubo-load-row-major-workaround.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/ubo_layout.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/frag/unary-enclose.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/geom/basic.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/geom/geometry-passthrough.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/geom/lines-adjacency.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/geom/lines.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/geom/multi-stream.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/geom/points.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/geom/single-invocation.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/geom/transform-feedback-streams.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/geom/triangles-adjacency.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/geom/triangles.geom [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/fragment/explicit-lod.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/fragment/explicit-lod.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/fragment/fma.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/fragment/io-blocks.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/fragment/multiple-struct-flattening.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/fragment/round.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/fragment/struct-varying.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/fragment/switch.legacy.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/vert/implicit-lod.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/vert/io-block.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/vert/struct-flatten-inner-array.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/vert/struct-flatten-stores-multi-dimension.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/vert/struct-varying.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/vert/switch-nested.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/legacy/vert/transpose.legacy.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/tesc/basic.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders/tesc/water_tess.tesc [new file with mode: 0644]
third_party/spirv-cross/shaders/tese/ccw.tese [new file with mode: 0644]
third_party/spirv-cross/shaders/tese/cw.tese [new file with mode: 0644]
third_party/spirv-cross/shaders/tese/equal.tese [new file with mode: 0644]
third_party/spirv-cross/shaders/tese/fractional_even.tese [new file with mode: 0644]
third_party/spirv-cross/shaders/tese/fractional_odd.tese [new file with mode: 0644]
third_party/spirv-cross/shaders/tese/input-array.tese [new file with mode: 0644]
third_party/spirv-cross/shaders/tese/line.tese [new file with mode: 0644]
third_party/spirv-cross/shaders/tese/load-array-of-array.tese [new file with mode: 0644]
third_party/spirv-cross/shaders/tese/patch-input-array.tese [new file with mode: 0644]
third_party/spirv-cross/shaders/tese/triangle.tese [new file with mode: 0644]
third_party/spirv-cross/shaders/tese/water_tess.tese [new file with mode: 0644]
third_party/spirv-cross/shaders/vert/basic.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/vert/ground.vert [new file with mode: 0755]
third_party/spirv-cross/shaders/vert/invariant.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/vert/ocean.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/vert/read-from-row-major-array.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/vert/return-array.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/vert/texture_buffer.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/vert/transform-feedback-decorations.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/vert/ubo.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/comp/array-of-buffer-reference.nocompat.vk.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/comp/buffer-reference-bitcast.nocompat.vk.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/comp/buffer-reference.nocompat.vk.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/comp/spec-constant-op-member-array.vk.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/comp/spec-constant-work-group-size.vk.comp [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/combined-texture-sampler-shadow.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/combined-texture-sampler.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/demote-to-helper-forwarding.asm.vk.nocompat.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/demote-to-helper.vk.nocompat.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/desktop-mediump.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/input-attachment-ms.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/input-attachment.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/nonuniform-qualifier.vk.nocompat.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/push-constant-as-ubo.push-ubo.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/push-constant.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/separate-combined-fake-overload.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/separate-sampler-texture-array.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/separate-sampler-texture.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/shader-arithmetic-8bit.nocompat.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/spec-constant-block-size.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/frag/spec-constant-ternary.vk.frag [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/hit_attribute_block.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/hit_attribute_block_in_function.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/hit_attribute_plain.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/hit_attribute_struct.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/hit_kind.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/hit_t.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/incoming_ray_flags.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/instance_custom_id.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/instance_id.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/object_ray_direction.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/object_ray_origin.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/object_to_world.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/payloads.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/primitive_id.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/ray_tmax.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/ray_tmin.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/ray_tracing.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/world_ray_direction.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/world_ray_origin.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rchit/world_to_object.nocompat.vk.rchit [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rgen/execute_callable.nocompat.vk.rgen [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rgen/launch_id.nocompat.vk.rgen [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rgen/launch_size.nocompat.vk.rgen [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rgen/payloads.nocompat.vk.rgen [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rgen/pure_call.nocompat.vk.rgen [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rgen/ray_tracing.nocompat.vk.rgen [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rgen/shader_record_buffer.nocompat.vk.rgen [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/rmiss/ray_tracing.nocompat.vk.rmiss [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/vert/device-group.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/vert/multiview.nocompat.vk.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/vert/small-storage.vk.vert [new file with mode: 0644]
third_party/spirv-cross/shaders/vulkan/vert/vulkan-vertex.vk.vert [new file with mode: 0644]
third_party/spirv-cross/spirv.h [new file with mode: 0644]
third_party/spirv-cross/spirv.hpp [new file with mode: 0644]
third_party/spirv-cross/spirv_cfg.cpp [new file with mode: 0644]
third_party/spirv-cross/spirv_cfg.hpp [new file with mode: 0644]
third_party/spirv-cross/spirv_common.hpp [new file with mode: 0644]
third_party/spirv-cross/spirv_cpp.cpp [new file with mode: 0644]
third_party/spirv-cross/spirv_cpp.hpp [new file with mode: 0644]
third_party/spirv-cross/spirv_cross.cpp [new file with mode: 0644]
third_party/spirv-cross/spirv_cross.hpp [new file with mode: 0644]
third_party/spirv-cross/spirv_cross_c.cpp [new file with mode: 0644]
third_party/spirv-cross/spirv_cross_c.h [new file with mode: 0644]
third_party/spirv-cross/spirv_cross_containers.hpp [new file with mode: 0644]
third_party/spirv-cross/spirv_cross_error_handling.hpp [new file with mode: 0644]
third_party/spirv-cross/spirv_cross_parsed_ir.cpp [new file with mode: 0644]
third_party/spirv-cross/spirv_cross_parsed_ir.hpp [new file with mode: 0644]
third_party/spirv-cross/spirv_cross_util.cpp [new file with mode: 0644]
third_party/spirv-cross/spirv_cross_util.hpp [new file with mode: 0644]
third_party/spirv-cross/spirv_glsl.cpp [new file with mode: 0644]
third_party/spirv-cross/spirv_glsl.hpp [new file with mode: 0644]
third_party/spirv-cross/spirv_hlsl.cpp [new file with mode: 0644]
third_party/spirv-cross/spirv_hlsl.hpp [new file with mode: 0644]
third_party/spirv-cross/spirv_msl.cpp [new file with mode: 0644]
third_party/spirv-cross/spirv_msl.hpp [new file with mode: 0644]
third_party/spirv-cross/spirv_parser.cpp [new file with mode: 0644]
third_party/spirv-cross/spirv_parser.hpp [new file with mode: 0644]
third_party/spirv-cross/spirv_reflect.cpp [new file with mode: 0644]
third_party/spirv-cross/spirv_reflect.hpp [new file with mode: 0644]
third_party/spirv-cross/test_shaders.py [new file with mode: 0755]
third_party/spirv-cross/test_shaders.sh [new file with mode: 0755]
third_party/spirv-cross/tests-other/c_api_test.c [new file with mode: 0644]
third_party/spirv-cross/tests-other/c_api_test.spv [new file with mode: 0644]
third_party/spirv-cross/tests-other/hlsl_resource_binding.spv [new file with mode: 0644]
third_party/spirv-cross/tests-other/hlsl_resource_bindings.cpp [new file with mode: 0644]
third_party/spirv-cross/tests-other/hlsl_wave_mask.cpp [new file with mode: 0644]
third_party/spirv-cross/tests-other/msl_constexpr_test.cpp [new file with mode: 0644]
third_party/spirv-cross/tests-other/msl_constexpr_test.spv [new file with mode: 0644]
third_party/spirv-cross/tests-other/msl_resource_binding.spv [new file with mode: 0644]
third_party/spirv-cross/tests-other/msl_resource_bindings.cpp [new file with mode: 0644]
third_party/spirv-cross/tests-other/msl_ycbcr_conversion_test.cpp [new file with mode: 0644]
third_party/spirv-cross/tests-other/msl_ycbcr_conversion_test.spv [new file with mode: 0644]
third_party/spirv-cross/tests-other/msl_ycbcr_conversion_test_2.spv [new file with mode: 0644]
third_party/spirv-cross/tests-other/small_vector.cpp [new file with mode: 0644]
third_party/spirv-cross/tests-other/typed_id_test.cpp [new file with mode: 0644]
third_party/spirv-cross/tnt/CMakeLists.txt [new file with mode: 0644]
third_party/spirv-cross/tnt/README.md [new file with mode: 0644]
third_party/spirv-cross/update_test_shaders.sh [new file with mode: 0755]
third_party/vkmemalloc/.gitignore [new file with mode: 0644]
third_party/vkmemalloc/.travis.yml [new file with mode: 0644]
third_party/vkmemalloc/CHANGELOG.md [new file with mode: 0644]
third_party/vkmemalloc/LICENSE.txt [new file with mode: 0644]
third_party/vkmemalloc/README.md [new file with mode: 0644]
third_party/vkmemalloc/src/.editorconfig [new file with mode: 0644]
third_party/vkmemalloc/src/Common.cpp [new file with mode: 0644]
third_party/vkmemalloc/src/Common.h [new file with mode: 0644]
third_party/vkmemalloc/src/Doxyfile [new file with mode: 0644]
third_party/vkmemalloc/src/Shaders/CompileShaders.bat [new file with mode: 0644]
third_party/vkmemalloc/src/Shaders/Shader.frag [new file with mode: 0644]
third_party/vkmemalloc/src/Shaders/Shader.vert [new file with mode: 0644]
third_party/vkmemalloc/src/Shaders/SparseBindingTest.comp [new file with mode: 0644]
third_party/vkmemalloc/src/SparseBindingTest.cpp [new file with mode: 0644]
third_party/vkmemalloc/src/SparseBindingTest.h [new file with mode: 0644]
third_party/vkmemalloc/src/Tests.cpp [new file with mode: 0644]
third_party/vkmemalloc/src/Tests.h [new file with mode: 0644]
third_party/vkmemalloc/src/VmaReplay/Common.cpp [new file with mode: 0644]
third_party/vkmemalloc/src/VmaReplay/Common.h [new file with mode: 0644]
third_party/vkmemalloc/src/VmaReplay/Constants.cpp [new file with mode: 0644]
third_party/vkmemalloc/src/VmaReplay/Constants.h [new file with mode: 0644]
third_party/vkmemalloc/src/VmaReplay/VmaReplay.cpp [new file with mode: 0644]
third_party/vkmemalloc/src/VmaReplay/VmaUsage.cpp [new file with mode: 0644]
third_party/vkmemalloc/src/VmaReplay/VmaUsage.h [new file with mode: 0644]
third_party/vkmemalloc/src/VmaUsage.cpp [new file with mode: 0644]
third_party/vkmemalloc/src/VmaUsage.h [new file with mode: 0644]
third_party/vkmemalloc/src/VulkanSample.cpp [new file with mode: 0644]
third_party/vkmemalloc/src/vk_mem_alloc.h [new file with mode: 0644]
third_party/vkmemalloc/src/vk_mem_alloc.natvis [new file with mode: 0644]
third_party/vkmemalloc/tnt/CMakeLists.txt [new file with mode: 0644]
third_party/vkmemalloc/tnt/README [new file with mode: 0644]
tools/cmgen/CMakeLists.txt [new file with mode: 0644]
tools/cmgen/README.md [new file with mode: 0644]
tools/cmgen/src/JobQueue.cpp [new file with mode: 0644]
tools/cmgen/src/JobQueue.h [new file with mode: 0644]
tools/cmgen/src/ProgressUpdater.cpp [new file with mode: 0644]
tools/cmgen/src/ProgressUpdater.h [new file with mode: 0644]
tools/cmgen/src/cmgen.cpp [new file with mode: 0644]
tools/cmgen/tests/Footballfield/Footballfield.png [new file with mode: 0644]
tools/cmgen/tests/Footballfield/Footballfield.txt [new file with mode: 0644]
tools/cmgen/tests/Footballfield/m3_nx.rgbm [new file with mode: 0644]
tools/cmgen/tests/test_cmgen.cpp [new file with mode: 0644]
tools/cmgen/tests/white_furnace_nx.rgbm [new file with mode: 0644]
tools/cso-lut/CMakeLists.txt [new file with mode: 0644]
tools/cso-lut/README.md [new file with mode: 0644]
tools/cso-lut/src/main.cpp [new file with mode: 0644]
tools/filamesh/CMakeLists.txt [new file with mode: 0644]
tools/filamesh/README.md [new file with mode: 0644]
tools/filamesh/src/MeshWriter.cpp [new file with mode: 0644]
tools/filamesh/src/MeshWriter.h [new file with mode: 0644]
tools/filamesh/src/main.cpp [new file with mode: 0644]
tools/glslminifier/CMakeLists.txt [new file with mode: 0644]
tools/glslminifier/src/GlslMinify.cpp [new file with mode: 0644]
tools/glslminifier/src/GlslMinify.h [new file with mode: 0644]
tools/glslminifier/src/main.cpp [new file with mode: 0644]
tools/glslminifier/tests/test_glslminifier.cpp [new file with mode: 0644]
tools/matc/CMakeLists.txt [new file with mode: 0644]
tools/matc/src/main.cpp [new file with mode: 0644]
tools/matc/src/matc/CommandlineConfig.cpp [new file with mode: 0644]
tools/matc/src/matc/CommandlineConfig.h [new file with mode: 0644]
tools/matc/src/matc/Compiler.cpp [new file with mode: 0644]
tools/matc/src/matc/Compiler.h [new file with mode: 0644]
tools/matc/src/matc/Config.h [new file with mode: 0644]
tools/matc/src/matc/DirIncluder.cpp [new file with mode: 0644]
tools/matc/src/matc/DirIncluder.h [new file with mode: 0644]
tools/matc/src/matc/JsonishLexeme.h [new file with mode: 0644]
tools/matc/src/matc/JsonishLexer.cpp [new file with mode: 0644]
tools/matc/src/matc/JsonishLexer.h [new file with mode: 0644]
tools/matc/src/matc/JsonishParser.cpp [new file with mode: 0644]
tools/matc/src/matc/JsonishParser.h [new file with mode: 0644]
tools/matc/src/matc/Lexeme.h [new file with mode: 0644]
tools/matc/src/matc/Lexer.h [new file with mode: 0644]
tools/matc/src/matc/MaterialCompiler.cpp [new file with mode: 0644]
tools/matc/src/matc/MaterialCompiler.h [new file with mode: 0644]
tools/matc/src/matc/MaterialLexeme.h [new file with mode: 0644]
tools/matc/src/matc/MaterialLexer.cpp [new file with mode: 0644]
tools/matc/src/matc/MaterialLexer.h [new file with mode: 0644]
tools/matc/src/matc/ParametersProcessor.cpp [new file with mode: 0644]
tools/matc/src/matc/ParametersProcessor.h [new file with mode: 0644]
tools/matc/tests/Dir/Bar.h [new file with mode: 0644]
tools/matc/tests/Dir/Baz.h [new file with mode: 0644]
tools/matc/tests/Foo.h [new file with mode: 0644]
tools/matc/tests/MockConfig.cpp [new file with mode: 0644]
tools/matc/tests/MockConfig.h [new file with mode: 0644]
tools/matc/tests/test_includer.cpp [new file with mode: 0644]
tools/matc/tests/test_matc.cpp [new file with mode: 0644]
tools/matinfo/CMakeLists.txt [new file with mode: 0644]
tools/matinfo/README.md [new file with mode: 0644]
tools/matinfo/src/main.cpp [new file with mode: 0644]
tools/mipgen/CMakeLists.txt [new file with mode: 0644]
tools/mipgen/README.md [new file with mode: 0644]
tools/mipgen/src/main.cpp [new file with mode: 0644]
tools/normal-blending/CMakeLists.txt [new file with mode: 0644]
tools/normal-blending/README.md [new file with mode: 0644]
tools/normal-blending/src/main.cpp [new file with mode: 0644]
tools/resgen/CMakeLists.txt [new file with mode: 0644]
tools/resgen/src/main.cpp [new file with mode: 0644]
tools/roughness-prefilter/CMakeLists.txt [new file with mode: 0644]
tools/roughness-prefilter/README.md [new file with mode: 0644]
tools/roughness-prefilter/src/main.cpp [new file with mode: 0644]
tools/specular-color/CMakeLists.txt [new file with mode: 0644]
tools/specular-color/README.md [new file with mode: 0644]
tools/specular-color/data/aluminium.txt [new file with mode: 0644]
tools/specular-color/data/brass.txt [new file with mode: 0644]
tools/specular-color/data/chromium.txt [new file with mode: 0644]
tools/specular-color/data/copper.txt [new file with mode: 0644]
tools/specular-color/data/gold.txt [new file with mode: 0644]
tools/specular-color/data/iron.txt [new file with mode: 0644]
tools/specular-color/data/platinum.txt [new file with mode: 0644]
tools/specular-color/data/silver.txt [new file with mode: 0644]
tools/specular-color/data/titanium.txt [new file with mode: 0644]
tools/specular-color/src/main.cpp [new file with mode: 0644]
tools/tungsten/.gitignore [new file with mode: 0644]
tools/tungsten/README.md [new file with mode: 0644]
tools/tungsten/build.gradle [new file with mode: 0644]
tools/tungsten/core/build.gradle [new file with mode: 0644]
tools/tungsten/core/resources/checkerboard.png [new file with mode: 0644]
tools/tungsten/core/resources/sphere.mesh [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/filamesh/Filamesh.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/filamesh/FilameshLoader.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/filamesh/IOUtils.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/Filament.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/MaterialCompilationException.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/MaterialCompiler.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/MaterialManager.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/MathUtils.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/SwingHelper.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/compiler/CompiledGraph.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/compiler/Expression.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/compiler/GraphCompiler.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/compiler/GraphFormatter.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/compiler/NodeRegistry.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/compiler/Parameter.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/model/Graph.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/model/MathNodes.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/model/Nodes.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/model/Properties.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/model/serialization/Graph.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/model/serialization/GraphFile.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/model/serialization/GraphSerializer.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/model/serialization/Serialization.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/properties/IPropertiesPresenter.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/properties/PropertiesPanel.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/properties/PropertyEditors.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/texture/TextureCache.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/texture/TextureUtils.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/ColorScheme.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/ConnectionLine.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/GraphPopup.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/GraphPresenter.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/GraphViews.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/GuiComponentFactory.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/MaterialGraphComponent.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/TungstenEventManager.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/TungstenFile.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/TungstenMouseListener.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/TungstenPanel.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/View.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/preview/CameraManipulator.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/preview/Ibl.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/preview/LightHelpers.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/preview/PreviewCamera.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/preview/PreviewMeshPanel.java [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/ui/preview/TungstenViewer.kt [new file with mode: 0644]
tools/tungsten/core/src/com/google/android/filament/tungsten/util/OperatingSystem.java [new file with mode: 0644]
tools/tungsten/core/test/com/google/android/filament/tungsten/compiler/ExpressionTest.kt [new file with mode: 0644]
tools/tungsten/core/test/com/google/android/filament/tungsten/compiler/GraphCompilerTest.kt [new file with mode: 0644]
tools/tungsten/core/test/com/google/android/filament/tungsten/model/NodeTest.kt [new file with mode: 0644]
tools/tungsten/core/test/com/google/android/filament/tungsten/model/serialization/GraphFileTest.kt [new file with mode: 0644]
tools/tungsten/core/test/com/google/android/filament/tungsten/model/serialization/GraphSerializerTest.kt [new file with mode: 0644]
tools/tungsten/core/test/com/google/android/filament/tungsten/ui/preview/IblTest.kt [new file with mode: 0644]
tools/tungsten/gradle.properties [new file with mode: 0644]
tools/tungsten/gradle/wrapper/gradle-wrapper.jar [new file with mode: 0644]
tools/tungsten/gradle/wrapper/gradle-wrapper.properties [new file with mode: 0644]
tools/tungsten/gradlew [new file with mode: 0755]
tools/tungsten/gradlew.bat [new file with mode: 0644]
tools/tungsten/plugin/build.gradle [new file with mode: 0644]
tools/tungsten/plugin/src/main/java/com/google/android/filament/tungsten/plugin/IntelliJComponentFactory.java [new file with mode: 0644]
tools/tungsten/plugin/src/main/java/com/google/android/filament/tungsten/plugin/IntelliJFile.kt [new file with mode: 0644]
tools/tungsten/plugin/src/main/java/com/google/android/filament/tungsten/plugin/MaterialFileEditor.java [new file with mode: 0644]
tools/tungsten/plugin/src/main/java/com/google/android/filament/tungsten/plugin/MaterialFileProvider.java [new file with mode: 0644]
tools/tungsten/plugin/src/main/java/com/google/android/filament/tungsten/plugin/MaterialFileType.java [new file with mode: 0644]
tools/tungsten/plugin/src/main/java/com/google/android/filament/tungsten/plugin/MaterialFileTypeLoader.java [new file with mode: 0644]
tools/tungsten/plugin/src/main/java/com/google/android/filament/tungsten/plugin/ResourceLoader.java [new file with mode: 0644]
tools/tungsten/plugin/src/main/resources/META-INF/plugin.xml [new file with mode: 0644]
tools/tungsten/settings.gradle [new file with mode: 0644]
tools/tungsten/standalone/build.gradle [new file with mode: 0644]
tools/tungsten/standalone/src/com/google/android/filament/tungsten/StandaloneFile.kt [new file with mode: 0644]
tools/tungsten/standalone/src/com/google/android/filament/tungsten/SwingComponentFactory.java [new file with mode: 0644]
tools/tungsten/standalone/src/com/google/android/filament/tungsten/Tungsten.java [new file with mode: 0644]
tools/tungsten/third_party/kotlin-math/.gitignore [new file with mode: 0644]
tools/tungsten/third_party/kotlin-math/LICENSE [new file with mode: 0644]
tools/tungsten/third_party/kotlin-math/README.md [new file with mode: 0644]
tools/tungsten/third_party/kotlin-math/build.gradle [new file with mode: 0644]
tools/tungsten/third_party/kotlin-math/src/main/kotlin/com/curiouscreature/kotlin/math/Matrix.kt [new file with mode: 0644]
tools/tungsten/third_party/kotlin-math/src/main/kotlin/com/curiouscreature/kotlin/math/Ray.kt [new file with mode: 0644]
tools/tungsten/third_party/kotlin-math/src/main/kotlin/com/curiouscreature/kotlin/math/Scalar.kt [new file with mode: 0644]
tools/tungsten/third_party/kotlin-math/src/main/kotlin/com/curiouscreature/kotlin/math/Vector.kt [new file with mode: 0644]
tools/tungsten/third_party/kotlin-math/src/test/kotlin/com/curiouscreature/kotlin/math/MatrixTest.kt [new file with mode: 0644]
tools/zbloat/Dockerfile [new file with mode: 0644]
tools/zbloat/README.md [new file with mode: 0644]
tools/zbloat/evmar_bloat.py [new file with mode: 0644]
tools/zbloat/template.html [new file with mode: 0644]
tools/zbloat/zbloat.py [new file with mode: 0755]
tools/zbloat/zbloat.sh [new file with mode: 0755]
web/docs/Pipfile [new file with mode: 0644]
web/docs/build.py [new file with mode: 0755]
web/docs/demo_template.html [new file with mode: 0644]
web/docs/main.css [new file with mode: 0644]
web/docs/plastic.mat [new file with mode: 0644]
web/docs/ref_template.html [new file with mode: 0644]
web/docs/textured.mat [new file with mode: 0644]
web/docs/triangle.mat [new file with mode: 0644]
web/docs/tutorial_redball.md [new file with mode: 0644]
web/docs/tutorial_suzanne.md [new file with mode: 0644]
web/docs/tutorial_template.html [new file with mode: 0644]
web/docs/tutorial_triangle.md [new file with mode: 0644]
web/docs/tutorials.txt [new file with mode: 0644]
web/filament-js/CMakeLists.txt [new file with mode: 0644]
web/filament-js/README.md [new file with mode: 0644]
web/filament-js/extensions.js [new file with mode: 0644]
web/filament-js/filament-viewer.js [new file with mode: 0644]
web/filament-js/filament.d.ts [new file with mode: 0644]
web/filament-js/jsbindings.cpp [new file with mode: 0644]
web/filament-js/jsenums.cpp [new file with mode: 0644]
web/filament-js/package.json [new file with mode: 0644]
web/filament-js/test.ts [new file with mode: 0644]
web/filament-js/utilities.js [new file with mode: 0644]
web/filament-js/wasmloader.js [new file with mode: 0644]
web/samples/CMakeLists.txt [new file with mode: 0644]
web/samples/animation.html [new file with mode: 0644]
web/samples/assets/favicon.png [new file with mode: 0644]
web/samples/helmet.html [new file with mode: 0644]
web/samples/materials/nonlit.mat [new file with mode: 0644]
web/samples/materials/parquet.mat [new file with mode: 0644]
web/samples/materials/sandbox.mat [new file with mode: 0644]
web/samples/materials/textured.mat [new file with mode: 0644]
web/samples/morphing.html [new file with mode: 0644]
web/samples/parquet.html [new file with mode: 0644]
web/samples/remote.html [new file with mode: 0644]
web/samples/skinning.html [new file with mode: 0644]
web/samples/suzanne.html [new file with mode: 0644]
web/samples/test-filament-viewer.html [new file with mode: 0644]
web/samples/textures/floor_ao_roughness_metallic.png [new file with mode: 0644]
web/samples/textures/floor_basecolor.jpg [new file with mode: 0644]
web/samples/textures/floor_normal.png [new file with mode: 0644]
web/samples/triangle.html [new file with mode: 0644]